From 6f008d4c599480fc7945420762313d907a09d6f7 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 4 Nov 2023 10:08:28 +0000 Subject: [PATCH] Add some more program binds back to hyprland --- home/hyprland/config.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index de947eef..b7d344ca 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -102,10 +102,14 @@ in '' # Common program shortcuts bind = SUPER, Space, exec, rofi -replace -show combi bind = SUPER SHIFT, Space, exec, rofi -replace -show run - bind = SUPER, E, exec, emacsclient -c -a "alacritty -e nano" bind = SUPER, Return, exec, alacritty bind = SUPER SHIFT, Return, exec, rofi -replace -show ssh + bind = SUPER ALT, D, exec, [workspace 3] emacs + bind = SUPER ALT, W, exec, [workspace 4] nyxt + bind = SUPER ALT, F, exec, [workspace 5] thunar + bind = SUPER ALT, S, exec, [workspace 6] alacritty -e ncspot + # Misc useful binds bind=,XF86Calculator,exec,rofi -replace -show calc