diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-19 18:15:04 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-19 18:15:04 +0200 |
commit | d34896fc0e2ebbaf8ceedd158d68f8dd5a766a2f (patch) | |
tree | 0117ff903baab87babbb87a5089a074a0d30b5f2 /.config/hypr/hyprland.conf | |
parent | f148066b6bb9d3bbde60065eb2b5edb1ab10b265 (diff) |
Hyprland: Center- and size ‘ec’
Diffstat (limited to '.config/hypr/hyprland.conf')
-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 |