From 67df5843bf9edab2350a235e4c389f51b6cb85d2 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Thu, 16 Jan 2025 15:50:08 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-16 15:50:08 --- .config/sway/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 5c1bc008..4152b218 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -20,6 +20,7 @@ set $wallpaper ~/Pictures/wallpapers/sidonia-blurred.png set $lockcmd swaylock -c 121212 -e -f -F set $exitcmd echo -e "No\nYes" | tofi --prompt-text="u sure u wanna exit lil bro?: " | grep -q Yes && swaymsg exit +set $poweroff echo -e "No\nYes" | tofi --prompt-text="u sure u wanna poweroff lil bro?: " | grep -q Yes && poweroff set $bg #121212 set $fg #f5f5f5 @@ -143,6 +144,7 @@ default_floating_border pixel 1 # Exit sway (logs you out of your Wayland session) bindsym $mod+Shift+l exec $exitcmd + bindsym $mod+Shift+p exec $poweroff bindsym $mod+l exec $lockcmd # # Moving around: