From 7e23072334a0814d13e5aeacb78304dbdca9d25d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 23 Apr 2024 20:39:51 +0200 Subject: [PATCH] =?UTF-8?q?fix(sway):=20does=20not=20like=20=C3=9F=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/i3.nix b/configs/i3.nix index 5ee636f..bfb8bfe 100644 --- a/configs/i3.nix +++ b/configs/i3.nix @@ -228,7 +228,6 @@ in { "${modifier}+Return" = "exec ${(defaultApplications pkgs).terminal}"; "${modifier}+t" = "exec ${(defaultApplications pkgs).fileManager}"; "${modifier}+y" = "exec ${(defaultApplications pkgs).browser}"; - "${modifier}+ß" = "exec ${niveumPackages.menu-calc}/bin/="; "${modifier}+d" = "exec ${pkgs.writers.writeDash "run" ''exec rofi -modi run,ssh,window -show run''}"; "${modifier}+Shift+d" = "exec ${niveumPackages.notemenu}/bin/notemenu"; @@ -325,6 +324,7 @@ in { i3-msg move container to workspace $(($(i3-msg -t get_workspaces | tr , '\n' | grep '"num":' | cut -d : -f 2 | sort -rn | head -1) + 1)) ''; in { + "${modifier}+ß" = "exec ${niveumPackages.menu-calc}/bin/="; "${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";