Browse Source

Add autotiler script

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

1
.config/nvim/init.vim

@ -6,6 +6,7 @@ hi cursorline cterm=none term=none @@ -6,6 +6,7 @@ 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
" https://begriffs.com/posts/2019-07-19-history-use-vim.html?hn=3#backups-and-undo

3
.config/sway/config

@ -75,6 +75,9 @@ exec swayidle \ @@ -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

Loading…
Cancel
Save