Spoof dwl as sway in env var so flameshot works

This commit is contained in:
Sravan Balaji
2024-09-28 18:26:48 -04:00
parent 591c0946cf
commit 3609061178
2 changed files with 2 additions and 2 deletions

View File

@@ -266,7 +266,7 @@ static const Env envs[] = {
{ "BROWSER", "vivaldi-stable" },
{ "QT_QPA_PLATFORMTHEME", "qt6ct" },
{ "_JAVA_AWT_WM_NONREPARENTING", "1" },
{ "XDG_CURRENT_DESKTOP", "wlroots" },
{ "XDG_CURRENT_DESKTOP", "sway" },
};
#endif // SETUPENV_PATCH
#+END_SRC

View File

@@ -41,7 +41,7 @@ static const Env envs[] = {
{ "BROWSER", "vivaldi-stable" },
{ "QT_QPA_PLATFORMTHEME", "qt6ct" },
{ "_JAVA_AWT_WM_NONREPARENTING", "1" },
{ "XDG_CURRENT_DESKTOP", "wlroots" },
{ "XDG_CURRENT_DESKTOP", "sway" },
};
#endif // SETUPENV_PATCH