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