diff options
author | Thanos Apollo <[email protected]> | 2023-10-26 06:06:01 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-26 06:06:01 +0300 |
commit | faa28f3eb59a681a17b067319d46141e3d5d809e (patch) | |
tree | 45383e9dd5ba4b9673744959d236805ce8ccbc1f /.config/autstart | |
parent | 4f80a3473e6316b4fa2f4890e8aa5f54b5c1e8a8 (diff) |
Revert "Remove qtile"
This reverts commit 1b061efdbb3fca2bd02a634cfce89673965e7fa9.
Diffstat (limited to '.config/autstart')
-rw-r--r-- | .config/autstart/autostart.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/autstart/autostart.sh b/.config/autstart/autostart.sh new file mode 100644 index 0000000..aac6e22 --- /dev/null +++ b/.config/autstart/autostart.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +picom & +feh --bg-scale ~/wallpapers/cyberpunk-red.png |