dotfiles/.xinitrc

9 lines
201 B
Bash
Executable File

#!/bin/bash
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
wal -R
xinput set-prop 9 289 1
udiskie &
# MPD daemon start (if no other user instance exists)
[ ! -s ~/.config/mpd/pid ] && mpd
exec i3