diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-01-10 18:55:18 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-01-10 18:55:18 -0500 |
commit | 0a6e4253386ae7a92f7560dd412ef801c69fc1de (patch) | |
tree | 8a0512c0ef67e7e1f7cc4a44fb814e829a1d3da7 /.config | |
parent | 94516b03700edcd2a273d990cd179324525c3730 (diff) |
X11: set default TK theme to clam
TK has crippled themes on X11 (grumbles about it having better support on
proprietary systems), but clam (old-school GTK-looking) is better than the
Motif-looking default.
Diffstat (limited to '.config')
-rw-r--r-- | .config/X11/resources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/X11/resources b/.config/X11/resources index fca1914..bcc6c80 100644 --- a/.config/X11/resources +++ b/.config/X11/resources @@ -23,3 +23,5 @@ URxvt.scrollWithBuffer: true URxvt.perl-ext-common: default,matcher URxvt.url-launcher: v-www-browser URxvt.matcher.button: 1 + +*TkTheme: clam |