mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-26 09:18:31 -05:00
12 lines
335 B
Plaintext
12 lines
335 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
pipewire &
|
||
|
dunst &
|
||
|
ibus-daemon -drx &
|
||
|
greenclip daemon &
|
||
|
# emacs --daemon &
|
||
|
# xrandr --output eDP-1 --primary --auto --output DP-2 --left-of eDP-1 --auto --output HDMI-2 --right-of eDP-1 --auto &
|
||
|
# animatedwall --full ~/Pictures/Animated/fubuki.mp4 &
|
||
|
feh --no-fehbg --bg-fill --randomize ~/Pictures/Wallpapers/* &
|
||
|
mpDris2 &
|