From adc488c28787faecb634fc158e5e79fd3de933ad Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 17 Mar 2023 03:01:06 -0500 Subject: launch wayland compositors with GTK_THEME set --- startxw | 1 + 1 file changed, 1 insertion(+) (limited to 'startxw') 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 -- cgit v1.2.3