mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
12 lines
250 B
Bash
Executable File
12 lines
250 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pipewire &
|
|
dunst &
|
|
ibus-daemon -drx &
|
|
greenclip daemon &
|
|
# emacs --daemon &
|
|
# $HOME/.local/bin/X11/monitors.sh
|
|
# animatedwall --full ~/Pictures/Animated/fubuki.mp4 &
|
|
feh --no-fehbg --bg-fill --randomize ~/Pictures/Wallpapers/* &
|
|
mpDris2 &
|