mirror of
https://github.com/zoriya/flake.git
synced 2026-06-09 13:10:59 +00:00
Fix river terminal binding
This commit is contained in:
@@ -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'";
|
||||
|
||||
Reference in New Issue
Block a user