sway: enable dbus and gtk hooks
This commit is contained in:
parent
194050fd8a
commit
6221be63bf
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ with lib;
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
wf-recorder
|
wf-recorder
|
||||||
];
|
];
|
||||||
|
wrapperFeatures = {
|
||||||
|
base = true;
|
||||||
|
gtk = true;
|
||||||
|
};
|
||||||
extraSessionCommands = ''
|
extraSessionCommands = ''
|
||||||
export GDK_BACKEND=wayland
|
export GDK_BACKEND=wayland
|
||||||
export CLUTTER_BACKEND=wayland
|
export CLUTTER_BACKEND=wayland
|
||||||
|
|
Loading…
Reference in a new issue