diff options
author | Joe <rbo@gmx.us> | 2025-02-27 21:46:30 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-02-27 21:46:30 +0100 |
commit | 6d0a636601a4ab0f0e5438154a97d147840a1ea5 (patch) | |
tree | 5dd296e8e314eff55ee5cda7a3f2efb96fdeb269 /.config/wayland/init.sh | |
parent | up (diff) | |
download | dotfiles-bsd-6d0a636601a4ab0f0e5438154a97d147840a1ea5.tar.gz dotfiles-bsd-6d0a636601a4ab0f0e5438154a97d147840a1ea5.tar.bz2 dotfiles-bsd-6d0a636601a4ab0f0e5438154a97d147840a1ea5.tar.xz dotfiles-bsd-6d0a636601a4ab0f0e5438154a97d147840a1ea5.tar.zst dotfiles-bsd-6d0a636601a4ab0f0e5438154a97d147840a1ea5.zip |
upupup
Diffstat (limited to '')
-rwxr-xr-x | .config/wayland/init.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/wayland/init.sh b/.config/wayland/init.sh new file mode 100755 index 0000000..c8a1b91 --- /dev/null +++ b/.config/wayland/init.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +swaybg --image pics/wp.png & +firefox & |