mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Add alt+f4 to sxhkd, update polybar scripts
This commit is contained in:
parent
351fd863ac
commit
946566abc6
8 changed files with 27 additions and 22 deletions
|
|
@ -5,13 +5,14 @@
|
|||
super + {_,shift} Return
|
||||
{kitty, rofi -show drun -theme ntenV2}
|
||||
|
||||
super + shift + {w, e, f, c, t, q}
|
||||
{google-chrome-stable, \
|
||||
kitty --class nvim -e nvim, \
|
||||
kitty --class ranger -e ranger, \
|
||||
code, \
|
||||
.applications/todoist.appimage, \
|
||||
xkill }
|
||||
super + shift + {w, e, f, c, s, t, q}
|
||||
{google-chrome-stable, \
|
||||
kitty --class nvim -e nvim, \
|
||||
kitty --class ranger -e ranger, \
|
||||
code, \
|
||||
.applications/simplenote.appimage, \
|
||||
.applications/todoist.appimage, \
|
||||
xkill }
|
||||
|
||||
{_,shift,ctrl} Print
|
||||
{scrot -s, scrot, scrot -u}
|
||||
|
|
@ -27,6 +28,9 @@ super + {Escape, ctrl+i}
|
|||
super + q
|
||||
bspc node -c
|
||||
|
||||
alt + F4
|
||||
bspc node -c
|
||||
|
||||
super + control + r
|
||||
bspc wm -r \
|
||||
&& pkill sxhkd \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue