This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/river/launch

14 lines
302 B
Bash

#!/usr/bin/env sh
# This file is sourced when launching a DM from startx/xinit
# session launch
redshift &
# MPD daemon start (if no other user instance exists)
[ ! -s ~/.config/mpd/pid ] && mpd &
pulsemixer --set-volume 50 &
setbg &
waybar &
gammastep &
dunst -follow mouse &> /dev/null & #temp fix