From 8b9712997d6bd73d80028933593d8547355e0318 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 8 Jan 2024 13:23:20 +0300 Subject: [PATCH] Run Ghostty always on single instance mode only in shortcuts --- modules/ghostty/default.nix | 1 - modules/hyprland/default.nix | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index e45bc59..83d45af 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -65,7 +65,6 @@ window-padding-y = padding; confirm-close-surface = false; - gtk-single-instance = true; window-decoration = false; diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 72b61ca..b17a015 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -97,7 +97,7 @@ bind = SUPER+ALT, F, togglefloating bind = SUPER+ALT, RETURN, exec, kitty - bind = SUPER , RETURN, exec, ghostty + bind = SUPER , RETURN, exec, ghostty --gtk-single-instance=true bind = SUPER , W , exec, firefox bind = SUPER , D , exec, discord bind = SUPER , M , exec, thunderbird