From 419fc0be9013f162f551585679f1704356467dca Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 10 Jan 2024 11:22:40 +0000 Subject: [PATCH] Make emacs workspace bind SUPER+E again instead of SUPER+X --- home/hyprland/config.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index 85652ae4..37f60aaa 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -182,10 +182,10 @@ in '' bind = SUPER SHIFT, 6, movetoworkspace, 6 # Named workspaces - bind = SUPER, X, moveworkspacetomonitor, name:emacs current - bind = SUPER, X, workspace, name:emacs - bind = SUPER SHIFT, X, movetoworkspace, name:emacs - bind = SUPER ALT, X, exec, [workspace name:emacs] emacs + bind = SUPER, E, moveworkspacetomonitor, name:emacs current + bind = SUPER, E, workspace, name:emacs + bind = SUPER SHIFT, E, movetoworkspace, name:emacs + bind = SUPER ALT, E, exec, [workspace name:emacs] emacs bind = SUPER, T, moveworkspacetomonitor, name:term current bind = SUPER, T, workspace, name:term