AutoYADM commit: 2025-01-13 13:10:05
This commit is contained in:
parent
a0aad2379f
commit
fcdaf85cf8
1 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,8 @@ set $menu tofi-run | xargs swaymsg exec --
|
||||||
set $drun tofi-drun --drun-launch=true
|
set $drun tofi-drun --drun-launch=true
|
||||||
set $wallpaper ~/Pictures/wallpapers/sidonia-blurred.png
|
set $wallpaper ~/Pictures/wallpapers/sidonia-blurred.png
|
||||||
|
|
||||||
|
set $exitcmd echo -e "No\nYes" | tofi --prompt-text="u sure u wanna exit lil bro?: " | grep -q Yes && swaymsg exit
|
||||||
|
|
||||||
set $bg #121212
|
set $bg #121212
|
||||||
set $fg #f5f5f5
|
set $fg #f5f5f5
|
||||||
|
|
||||||
|
@ -141,7 +143,7 @@ default_floating_border pixel 1
|
||||||
bindsym $mod+Shift+r reload
|
bindsym $mod+Shift+r reload
|
||||||
|
|
||||||
# Exit sway (logs you out of your Wayland session)
|
# Exit sway (logs you out of your Wayland session)
|
||||||
bindsym $mod+Shift+l exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
|
bindsym $mod+Shift+l exec $exitcmd
|
||||||
#
|
#
|
||||||
# Moving around:
|
# Moving around:
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue