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