skipper: back to xwayland
This commit is contained in:
parent
c75246839b
commit
ad24cd82cd
3 changed files with 7 additions and 1 deletions
|
@ -18,7 +18,7 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
home.pointerCursor = cursorTheme // { gtk.enable = true; size = 24; };
|
home.pointerCursor = cursorTheme // { gtk.enable = true; size = 24; x11.enable = true; };
|
||||||
gtk = {
|
gtk = {
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = gtkTheme;
|
theme = gtkTheme;
|
||||||
|
|
|
@ -3,6 +3,11 @@
|
||||||
|
|
||||||
spawn-at-startup "@dbus_update_activation_env_cmd@" "--systemd" "--all"
|
spawn-at-startup "@dbus_update_activation_env_cmd@" "--systemd" "--all"
|
||||||
spawn-at-startup "@systemctl_cmd@" "--user" "start" "niri-session.target"
|
spawn-at-startup "@systemctl_cmd@" "--user" "start" "niri-session.target"
|
||||||
|
spawn-at-startup "@xwayland_satellite_cmd@"
|
||||||
|
|
||||||
|
environment {
|
||||||
|
DISPLAY ":0"
|
||||||
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
keyboard {
|
keyboard {
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
src = ./config.kdl;
|
src = ./config.kdl;
|
||||||
dbus_update_activation_env_cmd = "${pkgs.dbus}/bin/dbus-update-activation-environment";
|
dbus_update_activation_env_cmd = "${pkgs.dbus}/bin/dbus-update-activation-environment";
|
||||||
systemctl_cmd = "${pkgs.systemd}/bin/systemctl";
|
systemctl_cmd = "${pkgs.systemd}/bin/systemctl";
|
||||||
|
xwayland_satellite_cmd = "${lib.getExe pkgs.xwayland-satellite}";
|
||||||
loginctl_cmd = "${pkgs.systemd}/bin/loginctl";
|
loginctl_cmd = "${pkgs.systemd}/bin/loginctl";
|
||||||
wpaperctl_cmd = "${pkgs.wpaperd}/bin/wpaperctl";
|
wpaperctl_cmd = "${pkgs.wpaperd}/bin/wpaperctl";
|
||||||
kitty_cmd = "${lib.getExe pkgs.kitty}";
|
kitty_cmd = "${lib.getExe pkgs.kitty}";
|
||||||
|
|
Loading…
Reference in a new issue