diff options
-rw-r--r-- | .config/hypr/hyprland.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 8b0414d..5e86199 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -60,6 +60,10 @@ gestures { $modkey = SUPER +windowrule = float, title:^(ec)$ +windowrule = size 50% 50%, title:^(ec)$ +windowrule = move 25% 25%, title:^(ec)$ + #bind = $modkey, Space, exec, kbd 2>/dev/null bind = $modkey, Space, exec, exec wofi --show run bind = $modkey, E, exec, emacsclient -c -a emacs @@ -68,7 +72,7 @@ bind = $modkey, Q, killactive, bind = $modkey, W, exec, firefox bind = $modkey, return, exec, kitty bind = $modkey, F, fullscreen, 0 -bind = $modkey, C, exec, [float;size 50% 50%;move 25% 25%] kitty ec +bind = $modkey, C, exec, ec 2>/dev/null # Change focused window bind = $modkey, H, movefocus, l |