From 746e3a2dfd2168f2792e0b5e8ce6807ba9bbdbd8 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 9 Nov 2024 01:27:24 +0000 Subject: Change menu prompt & sway exit message --- dot-config/sway/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot-config/sway/config b/dot-config/sway/config index 156b8ad..f3b4f8c 100644 --- a/dot-config/sway/config +++ b/dot-config/sway/config @@ -85,11 +85,11 @@ client.focused_inactive $inactcol $inactcol #000000 $inactcol # Bindings floating_modifier $mod normal -bindsym $mod+Space exec bemenu-run -p ">" -H 23 +bindsym $mod+Space exec bemenu-run --prompt='Run: ' bindsym $mod+Return exec $term bindsym $mod+q kill bindsym $mod+r reload -bindsym $mod+e exec swaynag -t warning -m 'Do you want to logout from Sway?' -B 'Yes, exit sway' 'swaymsg exit' +bindsym $mod+e exec swaynag -t warning -m 'Do you want to logout of Sway?' -B 'Yes, exit sway' 'swaymsg exit' bindsym $mod+Escape exit bindsym XF86PowerOff exec sudo halt -- cgit