diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index e9514c5..9b931cd 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -71,9 +71,9 @@ misc { $modkey = SUPER -windowrule = float, title:^(ec|zenity)$ -windowrule = size 50% 50%, title:^(ec|zenity)$ -windowrule = center, title:^(ec|zenity)$ +windowrule = float, title:^zenity$ +windowrule = size 50% 50%, title:^zenity$ +windowrule = center, title:^zenity$ bind = $modkey, Space, exec, exec wofi --show run 2>/dev/null bind = $modkey, E, exec, exec emacsclient -c -a emacs @@ -82,7 +82,7 @@ bind = $modkey, Q, killactive, bind = $modkey, W, exec, exec firefox bind = $modkey, return, exec, exec foot bind = $modkey, F, fullscreen, 0 -bind = $modkey, C, exec, exec ec 2>/dev/null +bind = $modkey, C, exec, exec foot ec bind = $modkey, M, exec, exec foot aerc bind = $modkey SHIFT, F, togglefloating bind = $modkey, X, exec, exec chkb 2>/dev/null |