From 64c846602fbc8e40c3f597aa0f131a79a11d94f6 Mon Sep 17 00:00:00 2001 From: Vlad Doster Date: Fri, 7 Feb 2020 13:38:42 -0500 Subject: [PATCH] config_update(i3, sxhkd, vim, and tmux) --- .config/i3/config | 5 +++-- .config/nvim/init.vim | 4 ++++ .config/sxhkd/sxhkdrc | 2 ++ .tmux.conf | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 0e5c97be..87d847be 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -8,8 +8,8 @@ exec_always --no-startup-id launch_polybar # #---Basic Definitions---# # for_window [class="^.*"] border pixel 2 -gaps inner 2 -gaps outer 2 +gaps inner 0 +gaps outer 0 set $term --no-startup-id $TERMINAL set $mod Mod4 set $netrefresh --no-startup-id sudo -A systemctl restart NetworkManager @@ -28,6 +28,7 @@ for_window [instance="dropdown_dropdowncalc"] border pixel 2 for_window [instance="dropdown_*"] move position center for_window [class="Spotify"] move to workspace $ws10 for_window [class="discord"] move to workspace $ws10 +for_window [class="Slack"] move to workspace $ws10 # #---Basic Bindings---# # diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 218a1f07..8e35448c 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -104,6 +104,10 @@ set clipboard+=unnamedplus set nobackup set nowritebackup +" Use Microsoft python language server + +"python.jediEnabled": false + " Use tab for trigger completion with characters ahead and navigate. " Use command ':verbose imap ' to make sure tab is not mapped by other plugin. inoremap diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 82ae24f2..e4dfee22 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -26,6 +26,8 @@ super + m spotify super + n nautilus +super + shift + p + pycharm super + shift + q kill -9 `xdotool getwindowfocus getwindowpid` super + r diff --git a/.tmux.conf b/.tmux.conf index 2a6cda1e..b43e0bff 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -10,7 +10,7 @@ set-window-option -g window-status-current-style fg=white setw -g window-status-current-style reverse setw -g automatic-rename set -g mouse on -set -g history-limit 30000 +set -g history-limit 3000000 set -g terminal-overrides 'xterm*:smcup@:rmcup@' set-option -g status-justify right set-option -g status-bg black # colour213 # pink