diff options
-rw-r--r-- | dot_config/i3/config | 4 | ||||
-rw-r--r-- | dot_tmux.conf.local | 2 | ||||
-rw-r--r-- | dot_vimrc | 1 |
3 files changed, 3 insertions, 4 deletions
diff --git a/dot_config/i3/config b/dot_config/i3/config index de4e929..998a8fd 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -161,8 +161,8 @@ bindsym $mod+space [floating] resize set 1280 800 | |||
161 | ###################################### | 161 | ###################################### |
162 | 162 | ||
163 | # start a terminal | 163 | # start a terminal |
164 | bindsym $mod+Return exec kitty | 164 | #bindsym $mod+Return exec kitty |
165 | #bindsym $mod+Return exec xfce4-terminal | 165 | bindsym $mod+Return exec xfce4-terminal |
166 | 166 | ||
167 | # start a new empty workspace | 167 | # start a new empty workspace |
168 | bindsym $mod+Shift+Return exec --no-startup-id ~/.config/i3/scripts/workspace | 168 | bindsym $mod+Shift+Return exec --no-startup-id ~/.config/i3/scripts/workspace |
diff --git a/dot_tmux.conf.local b/dot_tmux.conf.local index f640e32..9bfe786 100644 --- a/dot_tmux.conf.local +++ b/dot_tmux.conf.local | |||
@@ -337,7 +337,7 @@ tmux_conf_theme_clock_style="24" | |||
337 | # - disabled | 337 | # - disabled |
338 | # on macOS, this requires installing reattach-to-user-namespace, see README.md | 338 | # on macOS, this requires installing reattach-to-user-namespace, see README.md |
339 | # on Linux, this requires xsel, xclip or wl-copy | 339 | # on Linux, this requires xsel, xclip or wl-copy |
340 | tmux_conf_copy_to_os_clipboard=false | 340 | tmux_conf_copy_to_os_clipboard=true |
341 | 341 | ||
342 | 342 | ||
343 | # -- user customizations ------------------------------------------------------- | 343 | # -- user customizations ------------------------------------------------------- |
@@ -15,7 +15,6 @@ Plug 'scrooloose/syntastic' | |||
15 | Plug 'tomasr/molokai' | 15 | Plug 'tomasr/molokai' |
16 | 16 | ||
17 | " Misc | 17 | " Misc |
18 | Plug 'jiangmiao/auto-pairs' | ||
19 | Plug 'Yggdroot/indentLine' | 18 | Plug 'Yggdroot/indentLine' |
20 | Plug 'kien/rainbow_parentheses.vim' | 19 | Plug 'kien/rainbow_parentheses.vim' |
21 | Plug 'bronson/vim-trailing-whitespace' | 20 | Plug 'bronson/vim-trailing-whitespace' |