5 lines
84 B
Bash
Executable file
5 lines
84 B
Bash
Executable file
#!/bin/sh
|
|
compton &
|
|
wal -t -q -i ~/wallpaper &
|
|
lxsession -s i3 &
|
|
syncthing-gtk -m &
|