Skip to content

Instantly share code, notes, and snippets.

@scry3r
Created October 12, 2017 16:41
Show Gist options
  • Save scry3r/5f9014127237eb8a4564b5f7edde6ccc to your computer and use it in GitHub Desktop.
Save scry3r/5f9014127237eb8a4564b5f7edde6ccc to your computer and use it in GitHub Desktop.
Xres
#if __has_include(".extend.Xresources")
#include ".extend.Xresources"
#endif
! ^ The above lines are no comments!
! Leave them as they are if a file ~/.extend.Xresources is being used on your system.
! config can be added there or also here below.
! For comments use "!"
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
XTerm*background: #2b2b2b
XTerm*foreground: #e7e7e7
XTerm*pointerColor: #16A085
XTerm*faceName: Fixed
XTerm*faceSize: 11
Net/ThemeName "Minimal"
Net/IconThemeName "Minimal"
<driconf>
<device screen="0" driver="i915">
<application name="Default">
<option name="force_s3tc_enable" value="false" />
<option name="no_rast" value="false" />
<option name="always_flush_cache" value="false" />
<option name="always_flush_batch" value="false" />
<option name="bo_reuse" value="1" />
<option name="vblank_mode" value="0" />
</application>
</device>
</driconf>
#
# ~/.dmenurc
#
## define the font for dmenu to be used
DMENU_FN="Hack-10"
## background colour for unselected menu-items
DMENU_NB="#1c1c22"
## textcolour for unselected menu-items
DMENU_NF="#bcbcbc"
## background colour for selected menu-items
DMENU_SB="#3e646f"
## textcolour for selected menu-items
DMENU_SF="#bcbcbc"
## command for the terminal application to be used:
TERMINAL_CMD="terminal -e"
## export our variables
DMENU_OPTIONS="-fn $DMENU_FN -nb $DMENU_NB -nf $DMENU_NF -sf $DMENU_SF -sb $DMENU_SB"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment