aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/X11/xprofile
blob: 2750c24e35bed9eefee38cbec4e6487be945ef8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/env sh
# shellcheck source=/dev/null
[ -r  ~/.config/sh/envrc ] && . ~/.config/sh/envrc
display-setup

systemctl --user import-environment PATH DISPLAY XAUTHORITY

[ -r ~/.config/X11/Xresources ] && xrdb ~/.config/X11/Xresources

xsetroot -cursor_name left_ptr &
xset -b
input-setup &
unclutter &
keynav &
if [ "$(uname -n)" != "tau" ]; then
    launch-polybar &
    dunst &
    sxhkd &
fi