remove xwayland support
This commit is contained in:
parent
1245fbda0e
commit
93178f69f4
2 changed files with 4 additions and 9 deletions
5
config.h
5
config.h
|
@ -36,8 +36,6 @@ static int log_level = WLR_ERROR;
|
|||
static const Env envs[] = {
|
||||
/* variable value */
|
||||
{ "XDG_CURRENT_DESKTOP", "wlroots" },
|
||||
{ "QT_QPA_PLATFORM", "wayland" },
|
||||
{ "QT_QPA_PLATFORMTHEME", "qt6ct" },
|
||||
};
|
||||
|
||||
/* Autostart */
|
||||
|
@ -46,8 +44,6 @@ static const char *const autostart[] = {
|
|||
"foot", "--server", NULL,
|
||||
"swayidle", NULL,
|
||||
"mako", NULL,
|
||||
"gnome-keyring-daemon", "--start", "--components=secrets", NULL,
|
||||
"/usr/bin/lxqt-policykit-agent", NULL,
|
||||
NULL /* terminate */
|
||||
};
|
||||
|
||||
|
@ -285,4 +281,3 @@ static const Button buttons[] = {
|
|||
{ ClkTagBar, MODKEY, BTN_LEFT, tag, {0} },
|
||||
{ ClkTagBar, MODKEY, BTN_RIGHT, toggletag, {0} },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue