summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorsinanmohd <sinan@firemail.cc>2023-08-05 10:57:51 +0530
committersinanmohd <sinan@firemail.cc>2023-08-05 11:01:02 +0530
commit488071a8da65e8f5a10e5f41321e3303cbb12b08 (patch)
treed8bf24c3a7cd78c93fd934b38e7402e6a8719bd1 /.profile
parent02082985d48d683202414ac16181000ad699af3c (diff)
gtk: get rid of dconf, gsettings theming
GTK_THEME environment variable is more simpler and cleaner
Diffstat (limited to '.profile')
-rw-r--r--.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.profile b/.profile
index 1822e04..00a7e34 100644
--- a/.profile
+++ b/.profile
@@ -37,6 +37,7 @@ export PATH="${PATH}:${HOME}/.local/bin:${HOME}/.local/bin/sb:${HOME}/.local/bin
export _JAVA_AWT_WM_NONREPARENTING=1 # android-studio crash
# wayland
+export GTK_THEME=Adwaita:dark
export XDG_CURRENT_DESKTOP=wlroots
export QT_QPA_PLATFORM=wayland-egl
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"