AutoYADM commit: 2025-01-23 20:10:06
This commit is contained in:
parent
bd047b0b43
commit
4a8bade915
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,8 @@ set $wallpaper ~/Pictures/wallpapers/sidonia-blurred.png
|
|||
|
||||
set $present /home/fic/.config/sway/wl-present.sh
|
||||
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 $exitcmd echo -e "No\nYes" | tofi --prompt-text="u sure u wanna exit sway lil bro?: " | grep -q Yes && swaymsg exit
|
||||
set $shutdowncmd echo -e "No\nYes" | tofi --prompt-text="u sure u wanna poweroff lil bro?: " | grep -q Yes && poweroff
|
||||
|
||||
set $bg #121212
|
||||
set $fg #f5f5f5
|
||||
|
@ -146,6 +147,7 @@ default_floating_border pixel 1
|
|||
# bindsym $mod+Shift+l exec $lockcmd
|
||||
bindsym $mod+Shift+l exec $lockcmd
|
||||
bindsym $mod+Shift+u exec $exitcmd
|
||||
bindsym $mod+Shift+; exec $shutdowncmd
|
||||
# bindsym $mod+l exec $lockcmd
|
||||
#
|
||||
# Moving around:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue