From a7cc5056ea8fbe5ab70d5755d0b0acf69314d823 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 28 Jun 2023 12:12:02 -0700 Subject: [PATCH] Keybind for floating alacritty --- modules/hyprland/hyprland.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/hyprland/hyprland.conf b/modules/hyprland/hyprland.conf index 0fde6df..56cd063 100644 --- a/modules/hyprland/hyprland.conf +++ b/modules/hyprland/hyprland.conf @@ -88,13 +88,15 @@ windowrulev2 = size 1000 700, class:^(org.freedesktop.impl.portal.desktop.kde)$ windowrulev2 = center, class:^(org.freedesktop.impl.portal.desktop.kde)$ windowrulev2 = dimaround, class:^(org.freedesktop.impl.portal.desktop.kde)$ +windowrulev2 = float, class:^(AlacrittyFloating)$ + $mod = SUPER -$term = alacritty $launcher = wofi bind = $mod+SHIFT, m, exit -bind = $mod, return, exec, $term +bind = $mod, return, exec, alacritty +bind = $mod+SHIFT, return, exec, alacritty --class AlacrittyFloating bind = $mod, grave, exec, $launcher bind = $mod+SHIFT, q, hy3:killactive