citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

.xinitrc (784B)


      1 #!/usr/bin/env sh
      2 #
      3 # ~/.xinitrc
      4 #
      5 
      6 if [ -d /etc/X11/xinit/xinitrc.d ]; then
      7   for f in /etc/X11/xinit/xinitrc.d/*; do
      8     [ -x "$f" ] && . "$f"
      9   done
     10   unset f
     11 fi
     12 
     13 # xresources
     14 #xrdb ~/.Xresources
     15 
     16 # nvidia
     17 #nvidia-settings -l
     18 
     19 # repeat rate
     20 xset r rate 300 40
     21 
     22 # fonts
     23 #xset +fp /usr/share/fonts/X11/PCF/ProFont/
     24 
     25 # hotkeys
     26 #sxhkd &
     27 
     28 # redshift
     29 #redshift &
     30 
     31 # wallpaper
     32 #feh --bg-tile "$HOME/bg.png" --no-fehbg
     33 hsetroot -solid '#1a2028'
     34 
     35 # compositor
     36 compton -r 4 -o 0.75 -l -6 -t -6 -c -G -b -m 0.75
     37 
     38 # slow down deathadder
     39 xinput set-prop 8 "Device Accel Constant Deceleration" 3
     40 
     41 # bar
     42 #bar.sh | bar -g x24 -d -f -*-profont-*-*-*-*-12-*-*-*-*-*-*-* -B "#ff101820" -F "#ff687078" &
     43 
     44 # mpd
     45 #mpd
     46 
     47 # vnc
     48 #x11vnc -forever -rfbauth ~/.x11vnc/passwd &
     49 
     50 # window manager
     51 #exec spectrwm