9 lines
201 B
Bash
Executable File
9 lines
201 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if stat -Lq /usr/share/fonts/DejaVuSansMono.ttf then export FREETYPE_PROPERTIES="truetype:interpreter-version=35"
|
|
cd ~/Desktop
|
|
file-browser --wallpaper &
|
|
cd ~
|
|
tutorial &
|
|
exec panel --really
|