Last active
October 11, 2015 17:27
-
-
Save gertcuykens/3893901 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section "ServerFlags" | |
Option "DontVTSwitch" "true" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment