Skip to content

Instantly share code, notes, and snippets.

@gertcuykens
Last active October 11, 2015 17:27
Show Gist options
  • Save gertcuykens/3893901 to your computer and use it in GitHub Desktop.
Save gertcuykens/3893901 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf
UXTerm*faceName: DejaVu Sans Book
UXTerm*faceSize: 13
UXTerm*background: black
UXTerm*foreground: grey
XConsole*geometry: 680x480-0-0
XConsole*font: 7x14
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
emacs.font: DejaVu Sans-13:style=Book
!!fc-match
!!fc-list
!!xrdb -merge ~/.Xresources
#!/bin/sh
xmonad &
numlockx
#xloadimage -onroot -fullscreen /usr/share/background.png
#setxkbmap -layout be
#setxkbmap -option compose:caps
xmodmap -e 'clear Lock'
xmodmap -e 'keysym Caps_Lock = Escape'
xmodmap -e 'pointer = 3 2 1'
xsetroot -cursor_name left_ptr
xrdb -merge ~/.config/X
xauth generate :0
Section "ServerFlags"
Option "DontVTSwitch" "true"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment