Fix river terminal binding

This commit is contained in:
2024-07-10 19:16:39 +07:00
parent 67d07f7450
commit 4c48f36499
+1 -1
View File
@@ -107,7 +107,7 @@ in {
"Super+Shift F" = "toggle-float";
"Super R" = "spawn ${config.home.sessionVariables.BROWSER}";
"Super E" = "spawn ${config.home.sessionVariables.TERMINAL}}";
"Super E" = "spawn ${config.home.sessionVariables.TERMINAL}";
"Super P" = "spawn 'rofi -show drun -show-icons'";
"Super X" = "spawn '${screenshot}/bin/screenshot'";
"Super B" = "spawn '${pkgs.hyprpicker}/bin/hyprpicker | wl-copy'";