Compare commits

...

2 Commits

Author SHA1 Message Date
Gil Portenseigne 9d85c6d390 term max in scratchpad 2026-07-30 08:21:08 +02:00
Gil Portenseigne 1319c7e40b fond d'écran layout ergol 2026-07-30 08:08:28 +02:00
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
# You can send windows there and get them back later. # You can send windows there and get them back later.
# launch a terminal and move it to scratch at launch # launch a terminal and move it to scratch at launch
exec --no-startup-id "sleep 10 && $term -t scratch -a scratch -W 130x25" exec --no-startup-id "sleep 10 && $term -t scratch -a scratch -m"
for_window [app_id="scratch"] floating enable, move absolute position center for_window [app_id="scratch"] floating enable, move absolute position center
for_window [app_id="scratch"] move scratchpad for_window [app_id="scratch"] move scratchpad

View File

@ -29,6 +29,6 @@ seat * hide_cursor 5000
exec python3 $HOME/.config/sway/scripts/inactive-windows-transparency.py -o 0.95 exec python3 $HOME/.config/sway/scripts/inactive-windows-transparency.py -o 0.95
# wallpaper # wallpaper
output * bg /usr/share/backgrounds/nakedeb-logo.jpg fill output * bg /home/gil/.local/share/backgrounds/layout.jpg fit
#exec_always --no-startup-id "$HOME/.config/sway/scripts/wallrdm" #exec_always --no-startup-id "$HOME/.config/sway/scripts/wallrdm"
exec --no-startup-id "while $HOME/.config/sway/scripts/wallrdm; do sleep 180; done" #exec --no-startup-id "while $HOME/.config/sway/scripts/wallrdm; do sleep 179; done"

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB