diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-04-13 21:31:17 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-04-13 21:31:17 +0200 |
commit | ac11748360bf25c02ea0f8ce171ba019bf9ef45b (patch) | |
tree | acab29df356566363389fe43d11e032bf8b8162c /.xinitrc | |
parent | 2c74e0439f3b9ded4b2e8ae9669e3af2d1c8c096 (diff) | |
download | dotfiles-ac11748360bf25c02ea0f8ce171ba019bf9ef45b.tar.gz dotfiles-ac11748360bf25c02ea0f8ce171ba019bf9ef45b.tar.xz |
gitconfig: add new alias; xinitrc: misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -10,19 +10,20 @@ xrandr --output DVI-D-0 --left-of DVI-I-1 dash $HOME/.bg & numlockx +xset -dpms xset r rate 250 50 & source $HOME/bin/gpg-agent.sh # autostart entries setxkbmap de nodeadkeys -xbindkeys & +(sleep 4; xbindkeys) & xkbcomp ~/.xkbmap $DISPLAY & xautolock -nowlocker $HOME/bin/screen-locker.sh -locker $HOME/bin/screen-locker.sh -time 10 & pulseaudio --start & remote-notify-client.sh & compton -bfzCG --backend glx --vsync opengl-swc --paint-on-overlay -D2 #xflux -l 48.190 -g 15.62 -k 4200 -redshift -l 48.190:15.62 -t 5700:3400 -m randr & +redshift -l 48.190:15.62 -t 5700:4200 -m randr & autostart () { #urxvt -g 125x+45+1041+0 -e ssh mistral & |