dotfiles/dot_xinitrc

27 lines
405 B
Plaintext
Raw Normal View History

2019-06-08 01:46:49 +02:00
#!/bin/bash
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
if [ -f "$userresources" ]; then
xrdb -merge "$userresources"
fi
if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap"
fi
source /etc/X11/xinit/xinitrc.d/50-systemd-user.sh
xset fp rehash
2019-09-03 10:31:37 +02:00
xset dpms 30000 30000 30000
xset s 30000 30000
2019-06-08 01:46:49 +02:00
xhost +localhost
2019-07-19 13:35:27 +02:00
xhost +calcium
xhost +neon
2019-06-08 01:46:49 +02:00
xbindkeys
2020-03-18 14:09:24 +01:00
sh $HOME/.fehbg &
2019-07-19 13:35:27 +02:00
dunst &
2019-06-08 01:46:49 +02:00
exec i3