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