Merge branch 'master' of ssh://git.rayelliott.dev:3222/dots/sxhkd
This commit is contained in:
commit
448ce94ae8
4
sxhkdrc
4
sxhkdrc
|
@ -17,6 +17,7 @@ super + BackSpace
|
|||
# mouse scroll down
|
||||
super + Down
|
||||
xte 'mouseclick 5'
|
||||
# xte provided by xautomation package (Arch)
|
||||
|
||||
# mouse scroll up
|
||||
super + Up
|
||||
|
@ -75,6 +76,3 @@ super + y
|
|||
|
||||
super + x
|
||||
xcompmgr-toggle
|
||||
|
||||
super + Home
|
||||
bspc rule --add Alacritty --one-shot state=floating && alacritty --config-file ~/.config/alacritty/alacritty--light.yml --hold -e 'show-windows'
|
||||
|
|
|
@ -18,6 +18,11 @@ super + m
|
|||
# super + g
|
||||
# bspc node -s biggest
|
||||
|
||||
|
||||
# show window titles
|
||||
super + Home
|
||||
bspc rule --add Alacritty --one-shot state=floating && alacritty --config-file ~/.config/alacritty/alacritty--light.yml -d 80 50 --hold -e show-windows KP_Add
|
||||
|
||||
#
|
||||
# state/flags
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue