From 0ff740ee5ed5d97e272456df7f868d28379f8775 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Fri, 11 Oct 2019 15:26:30 +0300 Subject: [PATCH] Add autotiler script --- .config/nvim/init.vim | 3 ++- .config/sway/config | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) 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