diff options
| -rw-r--r-- | autostart.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/autostart.sh b/autostart.sh new file mode 100644 index 0000000..fdacb86 --- /dev/null +++ b/autostart.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +# Load custom dconf settings +dconf load / <~/.config/dconf-custom/settings.dconf |
