Compare commits
No commits in common. "9d85c6d390f1c21e8dc87939c54c2c6889bd0e2b" and "d453f3a080100c46ee858e7327e0903578eeaea9" have entirely different histories.
9d85c6d390
...
d453f3a080
|
|
@ -4,7 +4,7 @@
|
|||
# You can send windows there and get them back later.
|
||||
|
||||
# launch a terminal and move it to scratch at launch
|
||||
exec --no-startup-id "sleep 10 && $term -t scratch -a scratch -m"
|
||||
exec --no-startup-id "sleep 10 && $term -t scratch -a scratch -W 130x25"
|
||||
for_window [app_id="scratch"] floating enable, move absolute position center
|
||||
for_window [app_id="scratch"] move scratchpad
|
||||
|
||||
|
|
|
|||
|
|
@ -29,6 +29,6 @@ seat * hide_cursor 5000
|
|||
exec python3 $HOME/.config/sway/scripts/inactive-windows-transparency.py -o 0.95
|
||||
|
||||
# wallpaper
|
||||
output * bg /home/gil/.local/share/backgrounds/layout.jpg fit
|
||||
output * bg /usr/share/backgrounds/nakedeb-logo.jpg fill
|
||||
#exec_always --no-startup-id "$HOME/.config/sway/scripts/wallrdm"
|
||||
#exec --no-startup-id "while $HOME/.config/sway/scripts/wallrdm; do sleep 179; done"
|
||||
exec --no-startup-id "while $HOME/.config/sway/scripts/wallrdm; do sleep 180; done"
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 39 KiB |
Loading…
Reference in New Issue