update shortcuts + qt theme
This commit is contained in:
parent
55a86dd8bc
commit
2fdb812844
@ -28,6 +28,13 @@ bspc rule -a Xfce4-about state=floating
|
||||
bspc rule -a GParted state=floating
|
||||
bspc rule -a Caffeine state=floating
|
||||
|
||||
# ----------- #
|
||||
# environment #
|
||||
# ----------- #
|
||||
|
||||
# set qt to use gtk theme
|
||||
export QT_QPA_PLATFORMTHEME=gtk2
|
||||
|
||||
# --------- #
|
||||
# autostart #
|
||||
# --------- #
|
||||
|
@ -93,6 +93,10 @@ super + {p,b}
|
||||
super + {_,shift + }c
|
||||
bspc node -f {next,prev}.local.!hidden.window
|
||||
|
||||
# focus the next/previous desktop in the current monitor (same as windows hotkeys)
|
||||
super + ctrl + {Left,Right}
|
||||
bspc desktop -f {prev,next}.local
|
||||
|
||||
# focus the next/previous desktop in the current monitor
|
||||
super + bracket{left,right}
|
||||
bspc desktop -f {prev,next}.local
|
||||
|
Loading…
x
Reference in New Issue
Block a user