Add autotiler script

This commit is contained in:
Arti Zirk 2019-10-11 15:26:30 +03:00
parent 93c32f5c3f
commit 0ff740ee5e
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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