]> git.rmz.io Git - dotfiles.git/blob - xprofile
systemd: 4min timeout for mbsync
[dotfiles.git] / xprofile
1 #!/usr/bin/env bash
2
3 URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/autocomplete-ALL-the-things
4 URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/font-size
5 URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/perls
6 URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/perls/deprecated
7 export URXVT_PERL_LIB
8
9 urxvtd -q -o &
10 start-pulseaudio-x11
11 compton --config ~/.config/compton.conf &
12 xautolock -detectsleep \
13 -notify 600 -notifier "xset dpms force off" \
14 -time 20 -locker "i3lock -nc 000000" \
15 -killtime 70 -killer "systemctl suspend" &
16 unclutter --timeout 1 &
17 [[ -f "$XDG_CONFIG_HOME/xbindkeys/$(hostname)" ]] && xbindkeys --file $XDG_CONFIG_HOME/xbindkeys/$(hostname)
18 xkbcomp -I$HOME/.config/xkb $HOME/.config/xkb/$(hostname).xkb $DISPLAY
19 xcape -e "Control_L=Escape;Control_R=Escape"
20
21 hash ncmpcpp && urxvtc -name ncmpcpp -icon ~/src/dotfiles/icons/bmp.png -e ncmpcpp
22 hash weechat && urxvtc -name weechat -icon ~/src/dotfiles/icons/im-irc.png -e weechat
23 hash neomutt && urxvtc -name mutt -icon ~/src/dotfiles/icons/internet-mail.png -e neomutt
24
25 qutebrowser &