From 22afa3d26039f8a19218bfb2c5ac22165c03b528 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Tue, 21 Nov 2023 14:39:35 +0300 Subject: [PATCH] Add SUPER TAB to switch between workspaces --- machines/enka/hyprland/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/machines/enka/hyprland/default.nix b/machines/enka/hyprland/default.nix index 8c907f1..2755ea6 100644 --- a/machines/enka/hyprland/default.nix +++ b/machines/enka/hyprland/default.nix @@ -27,6 +27,8 @@ '' + '' + bind = SUPER, TAB, workspace, e+1 + bind = SUPER, 1, workspace, 1 bind = SUPER, 2, workspace, 2 bind = SUPER, 3, workspace, 3