aboutsummaryrefslogtreecommitdiff
path: root/XServer/.xinitrc
blob: cc72050af15c80f122038ea2567673b89914a41a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

setxkbmap gb -option shift:both_capslock -option caps:none;
xmodmap ~/.Xmodmap;

systemctl start --user emacs &
$(xss-lock --transfer-sleep-lock -- lock) &
feh --randomize --bg-scale $HOME/Pictures/Backgrounds &

while true; do
    $HOME/.local/scripts/reboot_services &
    ssh-agent dwm || break
done