mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-15 17:51:01 +00:00
lnl: fix shift keybindings
This commit is contained in:
parent
fa21f6426b
commit
c232436db5
1 changed files with 3 additions and 4 deletions
|
@ -44,8 +44,7 @@
|
|||
|
||||
pkgs.khd
|
||||
pkgs.kwm
|
||||
|
||||
pkgs.nix-repl
|
||||
pkgs.qes
|
||||
];
|
||||
|
||||
services.khd.enable = true;
|
||||
|
@ -398,8 +397,8 @@
|
|||
# modifier only mappings
|
||||
khd mod_trigger_timeout 0.2
|
||||
lctrl : qes -k "escape"
|
||||
lshift : qes -k "shift - 9"
|
||||
rshift : qes -k "shift - 0"
|
||||
lshift : qes -t "("
|
||||
rshift : qes -t ")"
|
||||
|
||||
|
||||
# set border color for different modes
|
||||
|
|
Loading…
Reference in a new issue