dotfiles/dot_xinitrc

28 lines
442 B
Bash

#!/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
xset dpms 30000 30000 30000
xset s 30000 30000
xhost +localhost
xhost +calcium
xhost +neon
xbindkeys
feh --bg-fill /home/pavle/pictures/wallpapers/ltt.png
dunst &
exec i3