summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-03-17 03:01:06 -0500
committerzachir <zachir@librem.one>2023-03-17 03:01:06 -0500
commitadc488c28787faecb634fc158e5e79fd3de933ad (patch)
tree235eafa60c8ec937dbd14f29bbdde2c6bea8d3a6
parentd2cf065754c149a7af67ec3c4c8ba4c1af8b01b8 (diff)
launch wayland compositors with GTK_THEME set
-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