From 54e715c21474e2a2018c65d445e10d96f42cd7f8 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Tue, 3 Oct 2023 22:45:49 +0200 Subject: Hyprland: Don’t run ‘ec’ in a GUI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/hyprland.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/hypr') 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 -- cgit v1.2.3