Compare commits
2 Commits
d453f3a080
...
9d85c6d390
| Author | SHA1 | Date |
|---|---|---|
|
|
9d85c6d390 | |
|
|
1319c7e40b |
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 |
Loading…
Reference in New Issue