From 31a6cb384e3518ba69baeb6a684f51c6cf27ceb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 29 Dec 2025 16:20:26 +0100 Subject: [PATCH] i3: remove old keybinds --- configs/i3.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/i3.nix b/configs/i3.nix index dfc5370..081ca97 100644 --- a/configs/i3.nix +++ b/configs/i3.nix @@ -317,10 +317,8 @@ in colors ; keybindings = keybindings // { - "${modifier}+F6" = "exec ${pkgs.xorg.xkill}/bin/xkill"; "${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"; "Print" = "exec flameshot gui"; # "${modifier}+Shift+x" = "exec ${move-to-new-workspace}"; # "${modifier}+x" = "exec ${new-workspace}";