diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-20 15:10:01 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-20 15:10:01 +0200 |
commit | 7a9b2143a765ed5f8dbf86a1d80593d62e2ba273 (patch) | |
tree | 241e2a924625564f7ca6d63dabe515540964fe93 /.config | |
parent | d34896fc0e2ebbaf8ceedd158d68f8dd5a766a2f (diff) |
Hyprland: Properly center ‘ec’
For whatever reason, ‘center 1’ doesn’t seem to consistently work
Diffstat (limited to '.config')
-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 940a677..8b0414d 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;size 50% 50%;center 1] kitty ec +bind = $modkey, C, exec, [float;size 50% 50%;move 25% 25%] kitty ec # Change focused window bind = $modkey, H, movefocus, l |