]> git.rmz.io Git - dotfiles.git/blob - xprofile
git: check that submodules have been pushed
[dotfiles.git] / xprofile
1 #!/usr/bin/env bash
2
3 URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/perls
4 URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/autocomplete-ALL-the-things
5 URXVT_PERL_LIB=$URXVT_PERL_LIB:$HOME/src/dotfiles/urxvt/font-size
6 export URXVT_PERL_LIB
7
8 urxvtd -q -o &
9 start-pulseaudio-x11
10 compton --config ~/.config/compton.conf &
11 xautolock -detectsleep \
12 -notify 600 -notifier "xset dpms force off" \
13 -time 20 -locker "i3lock -nc 000000" \
14 -killtime 70 -killer "systemctl suspend" &
15 unclutter --timeout 1 &
16 [[ -f "$XDG_CONFIG_HOME/xbindkeys/$(hostname)" ]] && xbindkeys --file $XDG_CONFIG_HOME/xbindkeys/$(hostname)
17 xkbcomp -I$HOME/.config/xkb $HOME/.config/xkb/$(hostname).xkb $DISPLAY
18 xcape -e "Control_L=Escape;Control_R=Escape"
19
20 hash mopidy && urxvtc -name mopidy -icon ~/src/dotfiles/icons/bmp.png -e ncmpcpp -p 6601
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 &