From e4dabd5a417a3e4896d0c17b043c75d4e3084923 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 25 Jan 2023 01:38:41 +0100 Subject: [PATCH] Remove conflict on spotify keybind and toggle split --- home/.config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index af290ab..b5f87ab 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -217,7 +217,7 @@ bind = SUPER, Space, fullscreen, 0 bind = SUPER_SHIFT, Space, fullscreen, 1 bind = SUPER, P, exec, bash -c "if hyprctl activewindow | grep 'floating: 0'; then hyprctl dispatch togglefloating active; fi; hyprctl dispatch pin active" bind = SUPER_SHIFT, P, pseudo, -bind = SUPER, S, togglesplit, +bind = SUPER_SHIFT, S, togglesplit, # Window groups bind = SUPER, G, togglegroup,