add floating terminal, dunstctl
This commit is contained in:
parent
fec9e87538
commit
d302faa993
13
sxhkdrc
13
sxhkdrc
|
@ -10,6 +10,13 @@
|
||||||
#super + @space
|
#super + @space
|
||||||
# dmenu_run
|
# dmenu_run
|
||||||
|
|
||||||
|
# dunst
|
||||||
|
ctrl + space
|
||||||
|
dunstctl close-all
|
||||||
|
|
||||||
|
ctrl + grave
|
||||||
|
dunstctl history-pop
|
||||||
|
|
||||||
# toggle keyboard layout
|
# toggle keyboard layout
|
||||||
super + BackSpace
|
super + BackSpace
|
||||||
~/.config/sxhkd/toggle-gb-ru-kb.sh
|
~/.config/sxhkd/toggle-gb-ru-kb.sh
|
||||||
|
@ -61,6 +68,12 @@ super + Insert
|
||||||
super + shift + Insert
|
super + shift + Insert
|
||||||
bspc rule --add Pcmanfm --one-shot state=floating && pcmanfm
|
bspc rule --add Pcmanfm --one-shot state=floating && pcmanfm
|
||||||
|
|
||||||
|
# floating terminal
|
||||||
|
super + Delete
|
||||||
|
bspc rule --add Alacritty --one-shot state=floating && alacritty --working-directory ~/.Temp --config-file ~/.config/alacritty/alacritty--light-small.yml
|
||||||
|
super + control + Delete
|
||||||
|
bspc rule --add Alacritty --one-shot state=floating && alacritty --working-directory ~/.Temp --config-file ~/.config/alacritty/alacritty--light-small.yml -e nvim -c "setfiletype markdown"
|
||||||
|
|
||||||
## screenshots
|
## screenshots
|
||||||
super + Print
|
super + Print
|
||||||
i3-scrot
|
i3-scrot
|
||||||
|
|
Loading…
Reference in New Issue