Skip to content

Instantly share code, notes, and snippets.

@benley
Created May 28, 2015 19:11
Show Gist options
  • Save benley/56cae72f151b972db63f to your computer and use it in GitHub Desktop.
Save benley/56cae72f151b972db63f to your computer and use it in GitHub Desktop.
##### DPI STUFF
# Fonts: 192dpi
Xft/DPI 196608
### Use either this:
#Gdk/UnscaledDPI 196608
#Gdk/WindowScalingFactor 1
### *or* this:
Gdk/UnscaledDPI 98304
Gdk/WindowScalingFactor 2
### General fonts settings
Xft/Antialias 1
Xft/HintStyle "hintslight"
Xft/Hinting 1
Xft/RGBA "rgb"
### A bunch of other things you could set:
# Gtk/AutoMnemonics 1
# Gtk/ButtonImages 0
# Gtk/CanChangeAccels 0
# Gtk/ColorPalette "black:white:gray50:red:purple:blue:light blue:green:yellow:orange:lavender:brown:goldenrod4:dodger blue:pink:light green:gray10:gray30:gray75:gray90"
# Gtk/ColorScheme ""
# Gtk/CursorBlinkTimeout 10
# Gtk/CursorThemeName "DMZ-Black"
# Gtk/CursorThemeSize 168
# Gtk/DialogsUseHeader 1
# Gtk/EnableAnimations 1
# Gtk/EnablePrimaryPaste 1
# Gtk/FontName "Droid Sans 11"
# Gtk/IMModule "gtk-im-context-simple"
# Gtk/IMPreeditStyle "callback"
# Gtk/IMStatusStyle "callback"
# Gtk/KeyThemeName "Default"
# Gtk/MenuBarAccel "F10"
# Gtk/MenuImages 0
# Gtk/Modules "canberra-gtk-module"
# Gtk/RecentFilesEnabled 1
# Gtk/RecentFilesMaxAge -1
# Gtk/ShellShowsAppMenu 1
# Gtk/ShellShowsDesktop 1
# Gtk/ShowInputMethodMenu 0
# Gtk/ShowUnicodeMenu 0
# Gtk/TimeoutInitial 200
# Gtk/TimeoutRepeat 20
# Gtk/ToolbarIconSize "large"
# Gtk/ToolbarStyle "both-horiz"
# Net/CursorBlink 1
# Net/CursorBlinkTime 1200
# Net/DndDragThreshold 8
# Net/DoubleClickTime 400
# Net/EnableEventSounds 1
# Net/EnableInputFeedbackSounds 0
# Net/FallbackIconTheme "gnome"
# Net/IconThemeName "ubuntu-mono-light"
# Net/SoundThemeName "freedesktop"
# Net/ThemeName "Radiance"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment