AutoYADM commit: 2025-01-16 15:50:08
This commit is contained in:
parent
e7c8bf80b4
commit
67df5843bf
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue