2024-08-27 22:07:40 +07:00

83 lines
2.2 KiB
Plaintext
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

super + d
rofi -show drun -config .config/bspwm/themes/mytheme/rofi/menu.rasi -show-icons
super + {_,shift +} Return
{alacritty --config-file ~/.config/bspwm/themes/mytheme/alacritty/output.toml, bspc node -s biggest.local}
@Print
scrot
shift + @Print
scrot -d 5
super + n
nemo
super + i
inkscape
#ПЕРЕЗАГРУЗИТЬ КОНФИГ SXHKD
super + e
pkill -USR1 -x sxhkd
#ВЫЙТИ/ПЕРЕЗАГРУЗИТЬ BSPWM
super + shift + {q,r}
bspc {quit,wm -r}
#ПЕРЕЗАГРУЗКА
super + ctrl + r
sudo shutdown -r now
#ВЫКЛЮЧЕНИЕ
super + ctrl + p
sudo shutdown -h now
#ПОМЕНЯТЬ СТАТУС ОКНА НА /ТАЙЛОВОЕ/ПСЕВДО ТАЙЛОВОЕ/ПЛАВАЮЩЕЕ/ПОЛНОЭКРАННОЕ
super + {t,shift + t,s,f}
bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
bspc node -g {marked,locked,sticky,private}
#ВЫБРАТЬ НАПРАВЛЕНИЕ В КОТОРОМ ОТКРОЕТСЯ НОВОЕ ОКНО
super + alt + {Left,Down,Up,Right}
bspc node -p {west,south,north,east}
#ОТМЕНИТЬ НАПРАВЛЕНИЕ В КОТОРОМ ОТКРОЕТСЯ НОВОЕ ОКНО
super + alt + space
bspc node -p cancel
#ПЕРЕКЛЮЧИТСЯ НА ВОРКСПЕЙС ИЛИ ПЕРЕТАЩИТЬ НА НЕГО АКТИВНОЕ ОКНО
super + {_,shift + }{1-9,0}
bspc {desktop -f,node -d} '^{1-9,10}'
#ЗАКРЫТЬ ОКНО ИЛИ УБИТЬ ЕГО
super + {_, shift + }c
bspc node -{c}
#ПЕРЕМЕЩЕНИЕ ТАЙЛИНГОВЫХ ОКОН
super + {_,shift + }{Left,Down,Up,Right}
bspc node -{f,s} {west,south,north,east}
#РЕСАЙЗ ТАЙЛИНГОВЫХ ОКОН
super + ctrl + {Left,Down,Up,Right}
{bspc node -z left -20 0; bspc node -z right -20 0, \
bspc node -z bottom 0 20; bspc node -z top 0 20, \
bspc node -z bottom 0 -20; bspc node -z top 0 -20, \
bspc node -z left 20 0; bspc node -z right 20 0}
#РЕСАЙЗА ПЛАВАЮЩИХ ОКОН
alt + ctrl + {Left,Down,Up,Right}
{bspc node -z right -20 20, \
bspc node -z bottom 20 20, \
bspc node -z bottom 20 -20, \
bspc node -z right 20 20}
#ПЕРЕМЕЩЕНИЕ ПЛАВАЮЩИХ ОКОН
ctrl + shift + {Left,Down,Up,Right}
bspc node -v {-20 0,0 20,0 -20,20 0}