Browse Source

Add autotiler script

master
Arti Zirk 5 years ago
parent
commit
0ff740ee5e
  1. 3
      .config/nvim/init.vim
  2. 3
      .config/sway/config

3
.config/nvim/init.vim

@ -6,7 +6,8 @@ hi cursorline cterm=none term=none
autocmd WinEnter * setlocal cursorline autocmd WinEnter * setlocal cursorline
autocmd WinLeave * setlocal nocursorline autocmd WinLeave * setlocal nocursorline
highlight CursorLine guibg=#303000 ctermbg=234 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 " https://begriffs.com/posts/2019-07-19-history-use-vim.html?hn=3#backups-and-undo
runtime swap.vim runtime swap.vim

3
.config/sway/config

@ -75,6 +75,9 @@ exec swayidle \
lock '$lockcmd' \ lock '$lockcmd' \
unlock 'pkill -9 swaylock' unlock 'pkill -9 swaylock'
# Start autotiling script
exec autotiling
# Lock screen with scroll lock button # Lock screen with scroll lock button
bindsym Scroll_Lock exec $lockcmd bindsym Scroll_Lock exec $lockcmd

Loading…
Cancel
Save