mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
4 lines
104 B
Bash
Executable file
4 lines
104 B
Bash
Executable file
#!/bin/sh
|
|
feh --randomize --bg-scale ~/Pictures/wallp &
|
|
tint2 -c ~/.config/openbox/tint2rc &
|
|
picom -b &
|