From 3d0ac3730866cb4c5c1982d117dd79c1854eff67 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 12 May 2023 00:47:56 -0400 Subject: [PATCH] hyprland: Remove groups Groups add a certain amount of complexity that I'd rather not have to deal with. --- hyprland/.config/hypr/hyprland.conf | 9 --------- 1 file changed, 9 deletions(-) diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index 56e4a806..29829e45 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -143,15 +143,6 @@ bind = SUPER, L, layoutmsg, removemaster bind = SUPER_SHIFT, H, splitratio, -0.05 bind = SUPER_SHIFT, L, splitratio, +0.05 -# Group keybinds with super+alt -bind = SUPER_ALT, Return, togglegroup -bind = SUPER_ALT, H, moveintogroup, l -bind = SUPER_ALT, L, moveintogroup, r -bind = SUPER_ALT, K, moveintogroup, u -bind = SUPER_ALT, J, moveintogroup, d -bind = SUPER_ALT, semicolon, moveoutofgroup -bind = SUPER_ALT, apostrophe, lockgroups, toggle - # Switch workspaces with super + [0-9] bind = SUPER, 1, workspace, 1 bind = SUPER, 2, workspace, 2