🚀 add keyboard layout switching
parent
01d3e38d4a
commit
89958d0fd7
|
@ -30,7 +30,7 @@ alt + shift + c
|
|||
alt + {t,shift + t,s,f}
|
||||
bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
|
||||
|
||||
# switch layout
|
||||
# switch window layout
|
||||
alt + space
|
||||
bsp-layout next --layouts wide,tall,tiled
|
||||
|
||||
|
@ -107,6 +107,10 @@ super + h
|
|||
super + s
|
||||
share
|
||||
|
||||
# switch keyboard layout
|
||||
super + l
|
||||
setxkbmap -query | grep -Eq "layout:\s+de" && setxkbmap us && dunstify "Layout US"|| (setxkbmap de && dunstify "Layout DE")
|
||||
|
||||
# Apps
|
||||
# start firefox
|
||||
super + {_,shift} + f
|
||||
|
|
Loading…
Reference in New Issue