From 680997fb1251b86b10e992220bac3543c01884f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Wed, 16 Dec 2020 22:24:50 +0100 Subject: [PATCH] feat(i3): change klem to Meta+F12 --- configs/i3.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/i3.nix b/configs/i3.nix index 9838bf2..a836528 100644 --- a/configs/i3.nix +++ b/configs/i3.nix @@ -173,8 +173,6 @@ in { "${modifier}+k" = "focus up"; "${modifier}+l" = "focus right"; - "${modifier}+Menu" = "exec ${klem}/bin/klem"; - "${modifier}+Shift+b" = "move window to workspace prev"; "${modifier}+Shift+n" = "move window to workspace next"; "${modifier}+Shift+x" = "exec --no-startup-id ${move-to-new-workspace}"; @@ -228,6 +226,7 @@ in { "${modifier}+F9" = "exec ${pkgs.redshift}/bin/redshift -O 4000 -b 0.85"; "${modifier}+F10" = "exec ${pkgs.redshift}/bin/redshift -x"; "${modifier}+F11" = "exec ${pkgs.xcalib}/bin/xcalib -invert -alter"; + "${modifier}+F12" = "exec ${klem}/bin/klem"; "Print" = "exec flameshot-once"; "XF86AudioLowerVolume" =