diff --git a/modules/home/hyprland/binds.nix b/modules/home/hyprland/binds.nix index 8a85883..16a346a 100644 --- a/modules/home/hyprland/binds.nix +++ b/modules/home/hyprland/binds.nix @@ -31,6 +31,7 @@ shiftBinds = [ "SUPER SHIFT, C, exec, dex ${desktopEntriesPath}/claude.desktop #\"Claude AI chat\"" + "SUPER SHIFT, Escape, exec, noctalia-shell ipc call sessionMenu toggle #\"Open Session Menu\"" "SUPER SHIFT, G, exec, dex ${desktopEntriesPath}/chatgpt.desktop #\"ChatGPT AI chat\"" "SUPER SHIFT, K, exec, noctalia-shell ipc call plugin:keybind-cheatsheet toggle #\"Toggle keybind cheatsheet\"" "SUPER SHIFT, M, exec, dex ${desktopEntriesPath}/messenger.desktop #\"Facebook Messenger client\"" diff --git a/modules/home/noctalia/plugins.nix b/modules/home/noctalia/plugins.nix index e96a533..f61d9ff 100644 --- a/modules/home/noctalia/plugins.nix +++ b/modules/home/noctalia/plugins.nix @@ -32,7 +32,7 @@ hyprlandConfigPath = "~/.config/hypr/hyprland.conf"; modKeyVariable = "SUPER"; windowHeight = 850; - windowWidth = 700; + windowWidth = 1400; autoHeight = true; }; };