summaryrefslogtreecommitdiff
path: root/.config
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 /.config
parent02082985d48d683202414ac16181000ad699af3c (diff)
gtk: get rid of dconf, gsettings theming
GTK_THEME environment variable is more simpler and cleaner
Diffstat (limited to '.config')
-rwxr-xr-x.config/wayland/winit3
1 files changed, 0 insertions, 3 deletions
diff --git a/.config/wayland/winit b/.config/wayland/winit
index c977a0c..4f21db2 100755
--- a/.config/wayland/winit
+++ b/.config/wayland/winit
@@ -12,9 +12,6 @@ else
sleep 1 && wireplumber &
fi
-# gtk
-configure-gtk & # https://git.sinanmohd.com/nixos/tree/features/wayland.nix
-
# background
swaybg -m fill -i "${XDG_DATA_HOME:-$HOME/.local/share}/wallpaper" &
echo $! > "${XDG_RUNTIME_DIR:-${TMPDIR:-/tmp}}/swaybg.pid" &