mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-21 16:00:59 +02:00
Add autotiler script
This commit is contained in:
parent
93c32f5c3f
commit
0ff740ee5e
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user