#!/usr/bin/env bash export PATH=/home/paulgorman/bin:$PATH export XDG_CONFIG_HOME="$HOME/.config" # Reset key map: setxkbmap -option setxkbmap -option ctrl:nocaps setxkbmap -option altwin:prtsc_rwin setxkbmap -option altwin:swap_alt_win # Sync the PRIMARY and GTK/Gnome clipboard: autocutsel -f autocutsel -s PRIMARY -f # Set beet volume (%), pitch (hz), and duration (ms): xset b 100 261 20 # Set the number of seconds idle before the screensaver activates: xset s 1800 1800 xset dpms 1800 1800 1800 # Load .Xdefaults xrdb -load $HOME/.Xresources xsetroot -solid 'Dark Sea Green' feh --bg-scale $HOME/.wallpaper # $TERMINAL sets the default term for the i3 window manager. if [[ -x /usr/bin/gnome-terminal ]]; then gnome-terminal & export TERMINAL=/usr/bin/gnome-terminal else xterm -bg 'Gray18' -fg 'Grey85' -fa 'Liberation Mono' -fs '10' & export TERMINAL=/usr/bin/xterm fi xss-lock $HOME/bin/xlock & redshift -l 42.51:-83.21 -b 1.0:0.65 -t 6500K:3000K & compton --backend glx --vsync opengl-swc --paint-on-overlay --glx-no-stencil --glx-no-rebind-pixmap & exec /usr/bin/i3