diff options
author | Minijackson <minijackson@riseup.net> | 2021-07-04 11:20:55 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2021-07-04 11:20:55 +0200 |
commit | bb83fbbbc2f883440a56818a25482bcf76888ec2 (patch) | |
tree | b01c5d5519d0e5b043b575cd6711a5409293c9e7 /usecases | |
parent | 91790c43323c1f0a83e14d79dbe4de8137bcfe64 (diff) | |
download | nixos-config-reborn-bb83fbbbc2f883440a56818a25482bcf76888ec2.tar.gz nixos-config-reborn-bb83fbbbc2f883440a56818a25482bcf76888ec2.zip |
sway: don't use to-code bindings by default
Diffstat (limited to 'usecases')
-rw-r--r-- | usecases/desktop/graphical/sway.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usecases/desktop/graphical/sway.nix b/usecases/desktop/graphical/sway.nix index 0e0ef27..9587037 100644 --- a/usecases/desktop/graphical/sway.nix +++ b/usecases/desktop/graphical/sway.nix | |||
@@ -32,8 +32,6 @@ in | |||
32 | # Using waybar | 32 | # Using waybar |
33 | bars = [ ]; | 33 | bars = [ ]; |
34 | 34 | ||
35 | bindkeysToCode = true; | ||
36 | |||
37 | colors = with globalConfig.theme.colors; { | 35 | colors = with globalConfig.theme.colors; { |
38 | focused = { | 36 | focused = { |
39 | border = lightBackground; | 37 | border = lightBackground; |