diff options
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 1f77396..940a677 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -68,7 +68,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] kitty ec +bind = $modkey, C, exec, [float;size 50% 50%;center 1] kitty ec # Change focused window bind = $modkey, H, movefocus, l |