added zen mode plugin for neovim, order sessions alphabetically in tmux
This commit is contained in:
@ -166,6 +166,10 @@ bindsym --to-code --locked XF86AudioPlay exec playerctl play-pause
|
||||
bindsym --to-code --locked XF86AudioPause exec playerctl play-pause
|
||||
bindsym --to-code --locked XF86AudioNext exec playerctl next
|
||||
bindsym --to-code --locked XF86AudioPrev exec playerctl previous
|
||||
bindsym --to-code --locked Shift+XF86AudioPlay exec mpc toggle
|
||||
bindsym --to-code --locked Shift+XF86AudioPause exec mpc toggle
|
||||
bindsym --to-code --locked Shift+XF86AudioNext exec mpc next
|
||||
bindsym --to-code --locked Shift+XF86AudioPrev exec mpc prev
|
||||
# special key to take a screenshot with grim
|
||||
bindsym --to-code $mod+Shift+s exec grim -g "$(slurp)" - | wl-copy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user