fixup sway and add mimeapps
This commit is contained in:
parent
879489efcb
commit
829c8d9392
9 changed files with 71 additions and 33 deletions
|
|
@ -5,6 +5,7 @@
|
|||
...
|
||||
}: let
|
||||
modifier = config.windowManager.modifierKey;
|
||||
|
||||
in {
|
||||
imports = [
|
||||
(import ./swaylock.nix)
|
||||
|
|
@ -171,6 +172,14 @@ in {
|
|||
bind = ${modifier}, R, submap,reset
|
||||
bind = CONTROL, C, submap,reset
|
||||
submap = reset
|
||||
|
||||
bind = ${modifier}_CONTROL, V, submap, passthrough
|
||||
|
||||
submap = passthrough
|
||||
bind = ${modifier}_CONTROL, V, submap, reset
|
||||
bind = SUPER, escape, submap, reset
|
||||
submap = reset
|
||||
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue