** Fontconfig
:PROPERTIES:
-:header-args+: :tangle ~/.config/fontconfig/fonts.conf
+:header-args+: :tangle ~/.config/fontconfig/fonts.conf :comments none
:END:
#+begin_src xml
** redshift
:PROPERTIES:
-:header-args+: :tangle ~/.config/redshift.conf
+:header-args+: :tangle ~/.config/redshift.conf :comments none
:END:
#+begin_src conf
# rofi command. Make sure to have "$@" as last argument
_rofi () {
#rofi -no-auto-select -kb-accept-entry "!Return" -i -no-levenshtein-sort "$@"
- rofi -i -no-auto-select "$@"
+ rofi -i -no-auto-select -kb-accept-entry "!Return" "$@"
}
# xdotool needs the keyboard layout to be set using setxkbmap
export _JAVA_AWT_WM_NONREPARENTING=1
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true'
-# unlock-def-gk.py &
-
if [ $(hostname) = "plasma" ]
then
- bspwm &
-elif [ $(hostname) = "enigma" ]
-then
- emacs -ib 0 &
+ unlock-def-gk.py &
fi
+
+bspwm &
#+end_src
*** X resources
#export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
#export ANDROID_JACK_VM_ARGS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx4G"
-#if [ -e /home/amin/.nix-profile/etc/profile.d/nix.sh ]; then . /home/amin/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
+if [ -e /home/amin/.nix-profile/etc/profile.d/nix.sh ]; then . /home/amin/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
#+end_src
*** zshenv
alias m="mbsync -Va; getmail; notmuch new"
alias best="youtube-dl -f best"
alias ace="mosh amin@ace.aminb.org"
-alias nix="ssh amin@aminb.org"
aur() {
cd ~/usr/build