Fix sxhkd incompatibility with key release in multiple keyboard layouts
This commit is contained in:
parent
c69d6fa6fb
commit
6d47b59267
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
|||
"super + {_,shift + }{1-9,0}" =
|
||||
"bspc {desktop -f,node -d} 'focused:^{1-9,10}'";
|
||||
"super + {_,shift + } c" = "bspc node -f {next,prev}.local";
|
||||
"super + {_,shift + } @space" = "rofi -show {drun,run}";
|
||||
"super + {_,shift + } space" = "rofi -show {drun,run}";
|
||||
"super + shift + ctrl + d" = "rofi -show ssh";
|
||||
"super + alt + e" = emojiChooser;
|
||||
"super + shift + {h,j,k,l}" = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue