diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-01-10 18:55:18 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-01-10 19:31:53 -0500 |
commit | a4f714f5cd953b99a3d176c8cac57b3af5adf4b2 (patch) | |
tree | 3f9aa82cec6133043d80ee41a6e179610dcb6e77 | |
parent | c7451ec9ba3df28a7b9ad9266c3c42c775e487d6 (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.
-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 |