diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-03 22:45:49 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-03 22:45:49 +0200 |
commit | 54e715c21474e2a2018c65d445e10d96f42cd7f8 (patch) | |
tree | 7f8b59d07f5f4ab1b4e09d135a6246b68f329a2a /.config | |
parent | bb98628b31f5dc20c047ee004144c5fa44d02b24 (diff) |
Hyprland: Don’t run ‘ec’ in a GUI
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 |