summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstartxw1
1 files changed, 1 insertions, 0 deletions
diff --git a/startxw b/startxw
index 9b947f0..7d8bc8d 100755
--- a/startxw
+++ b/startxw
@@ -6,6 +6,7 @@ if [ `crcparse wayland` = "y" ]; then
exec `which dwl` > ~/.cache/dwltags
;;
*)
+ export GTK_THEME=Plata-Noir-Compact
exec `crcparse WC` ;;
esac
else