From c3e79d892659cf7aafde779aaf4306e5942a8060 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 15 Feb 2025 15:54:23 -0600 Subject: [PATCH] gnome-text-editor: fix bind not opening new window Signed-off-by: Myned --- options/custom/desktops/hyprland/binds.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/desktops/hyprland/binds.nix b/options/custom/desktops/hyprland/binds.nix index c799e31..aa41d56 100644 --- a/options/custom/desktops/hyprland/binds.nix +++ b/options/custom/desktops/hyprland/binds.nix @@ -186,7 +186,7 @@ in { (key "C" "Super+Shift" "exec" config.custom.menus.clipboard.clear) (key "D" "Super" "togglespecialworkspace" "android") (key "D" "Super+Shift" "movetoworkspacesilent" "special:android") - (key "E" "Super" "exec" gnome-text-editor) + (key "E" "Super" "exec" "${gnome-text-editor} --new-window") (key "F" "Super" "exec" "${nautilus} --new-window") (key "G" "Super" "togglespecialworkspace" "game") (key "G" "Super+Ctrl" "exec" steam)