From 15c7e12c2bee37d0d7f859e2ad25d8669e5565bb Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Sun, 3 Apr 2022 17:30:08 -0500 Subject: [PATCH] Swap wofi run/drun shortcuts --- templates/.config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/.config/sway/config b/templates/.config/sway/config index 40555ee..eef8ba6 100644 --- a/templates/.config/sway/config +++ b/templates/.config/sway/config @@ -58,8 +58,8 @@ bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. bindsym $mod+Shift+q kill bindsym $mod+Shift+p exec swaylock -c 000000 -bindsym $mod+d exec wofi --show run -bindsym $mod+Shift+d exec wofi --show drun +bindsym $mod+d exec wofi --show drun +bindsym $mod+Shift+d exec wofi --show run bindsym $mod+p exec wofi-pass bindsym $mod+Return exec ${host.get('terminal', 'alacritty')}