diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-20 17:21:35 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-20 17:21:35 +0200 |
commit | d2982fcedce1c49ecb11d3a67bffba322380f9b2 (patch) | |
tree | 6e5bfbd45a9800be8fa91116c56b6bfe7db3af8e /.config/hypr | |
parent | f790a00d19d0c5bb8e520a2e75b24ab8a6932a1d (diff) |
Hyprland: Fix binding for ‘ec’
Diffstat (limited to '.config/hypr')
-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 |