diff options
| author | Blake Romero <blake@blkrom.com> | 2024-11-09 01:27:24 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-11-09 01:27:24 +0000 |
| commit | 746e3a2dfd2168f2792e0b5e8ce6807ba9bbdbd8 (patch) | |
| tree | 3d378debf44323d8be79ea1d574f8f7aecc086d4 /dot-config/sway | |
| parent | 482813d5f9987c9aee1ea0726927ae478c9c486e (diff) | |
Change menu prompt & sway exit message
Diffstat (limited to 'dot-config/sway')
| -rw-r--r-- | dot-config/sway/config | 4 |
1 files 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 |
