Added Sway GTK Compat

This commit is contained in:
Bryan Ramos 2025-02-18 10:14:39 -05:00
parent e1e8c16bcd
commit 984e4b4564
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -23,10 +23,11 @@ in
wayland.windowManager.sway = { wayland.windowManager.sway = {
enable = true; enable = true;
xwayland = true; xwayland = true;
#wrapperFeatures.gtk = true; wrapperFeatures.gtk = true;
extraSessionCommands = '' extraSessionCommands = ''
export _JAVA_AWT_WM_NONREPARENTING=1 export _JAVA_AWT_WM_NONREPARENTING=1
export GTK_THEME=Adwaita-Dark
''; '';
config = { config = {