update shortcuts + qt theme

This commit is contained in:
azpsen 2024-04-03 09:50:13 -05:00
parent 55a86dd8bc
commit 2fdb812844
2 changed files with 11 additions and 0 deletions

View File

@ -28,6 +28,13 @@ bspc rule -a Xfce4-about state=floating
bspc rule -a GParted state=floating bspc rule -a GParted state=floating
bspc rule -a Caffeine state=floating bspc rule -a Caffeine state=floating
# ----------- #
# environment #
# ----------- #
# set qt to use gtk theme
export QT_QPA_PLATFORMTHEME=gtk2
# --------- # # --------- #
# autostart # # autostart #
# --------- # # --------- #

View File

@ -93,6 +93,10 @@ super + {p,b}
super + {_,shift + }c super + {_,shift + }c
bspc node -f {next,prev}.local.!hidden.window 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 # focus the next/previous desktop in the current monitor
super + bracket{left,right} super + bracket{left,right}
bspc desktop -f {prev,next}.local bspc desktop -f {prev,next}.local