Add rules and keybinds
This commit is contained in:
parent
4bf95217f9
commit
f3fcf94db6
2 changed files with 7 additions and 3 deletions
|
@ -55,6 +55,7 @@ bspc config external_rules_command "$HOME/.config/bspwm/external_rules"
|
|||
|
||||
bspc rule -a 'firefox' desktop='web'
|
||||
bspc rule -a 'qutebrowser' desktop='web'
|
||||
bspc rule -a 'gcr-prompter' desktop='web'
|
||||
|
||||
bspc rule -a 'qutebrowser:kiosk' follow='true' desktop='side-view' state='fullscreen'
|
||||
bspc rule -a 'firefox:Toolkit' follow='true' desktop='side-view' state='fullscreen'
|
||||
|
@ -81,5 +82,7 @@ bspc rule -a 'Xarchiver' state='floating'
|
|||
bspc rule -a 'Signal' desktop='messenger'
|
||||
bspc rule -a 'Thunderbird:Mail' desktop='messenger' locked='true'
|
||||
|
||||
$HOME/.config/polybar/focus-voip.py &
|
||||
$HOME/.config/polybar/launch.sh &
|
||||
|
||||
$HOME/.config/bspwm/swallow.py &
|
||||
$HOME/.config/bspwm/focus-voip.py &
|
||||
|
|
|
@ -18,10 +18,11 @@ super + p
|
|||
super + Escape
|
||||
pkill -USR1 -x sxhkd
|
||||
|
||||
#super + {_, ctrl +, shift + } Print
|
||||
# suas {sel, win, }
|
||||
super + Print
|
||||
screenshot
|
||||
super + ctrl + Print
|
||||
screenshot no_upload
|
||||
|
||||
|
||||
super + Pause
|
||||
rofi-shutdown
|
||||
|
|
Loading…
Reference in a new issue