diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 67fd370..acae49a 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -6,7 +6,8 @@ hi cursorline cterm=none term=none autocmd WinEnter * setlocal cursorline autocmd WinLeave * setlocal nocursorline highlight CursorLine guibg=#303000 ctermbg=234 +"highlight CursorLine guibg=#303000 ctermbg=lightgray -" configure reasonable swap file +" configure reasonable swap file " https://begriffs.com/posts/2019-07-19-history-use-vim.html?hn=3#backups-and-undo runtime swap.vim diff --git a/.config/sway/config b/.config/sway/config index d5ff5bf..f9c413f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -75,6 +75,9 @@ exec swayidle \ lock '$lockcmd' \ unlock 'pkill -9 swaylock' +# Start autotiling script +exec autotiling + # Lock screen with scroll lock button bindsym Scroll_Lock exec $lockcmd