removing ydotool
This commit is contained in:
parent
0d4335b84e
commit
7afe49427b
|
@ -85,11 +85,9 @@
|
||||||
package = pkgs.awesome;
|
package = pkgs.awesome;
|
||||||
};
|
};
|
||||||
displayManager = {
|
displayManager = {
|
||||||
startx.enable = true;
|
defaultSession = "plasma";
|
||||||
defaultSession = "plasmawayland";
|
lightdm = {
|
||||||
sddm = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
enableHidpi = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
desktopManager.plasma5 = {
|
desktopManager.plasma5 = {
|
||||||
|
@ -270,8 +268,6 @@
|
||||||
plasma5Packages.kwallet
|
plasma5Packages.kwallet
|
||||||
sierra-breeze-enhanced
|
sierra-breeze-enhanced
|
||||||
libimobiledevice
|
libimobiledevice
|
||||||
sddm-kcm
|
|
||||||
ydotool
|
|
||||||
bottles
|
bottles
|
||||||
jitsi-meet-electron
|
jitsi-meet-electron
|
||||||
imv
|
imv
|
||||||
|
|
|
@ -499,20 +499,20 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.user.services = {
|
systemd.user.services = {
|
||||||
ydotoold = {
|
# ydotoold = {
|
||||||
Unit = {
|
# Unit = {
|
||||||
Description = "An auto-input utility for wayland";
|
# Description = "An auto-input utility for wayland";
|
||||||
Documentation = [ "man:ydotool(1)" "man:ydotoold(8)" ];
|
# Documentation = [ "man:ydotool(1)" "man:ydotoold(8)" ];
|
||||||
};
|
# };
|
||||||
|
|
||||||
Service = {
|
# Service = {
|
||||||
ExecStart = "/run/current-system/sw/bin/ydotoold --socket-path /tmp/ydotools";
|
# ExecStart = "/run/current-system/sw/bin/ydotoold --socket-path /tmp/ydotools";
|
||||||
};
|
# };
|
||||||
|
|
||||||
Install = {
|
# Install = {
|
||||||
WantedBy = ["default.target"];
|
# WantedBy = ["default.target"];
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
jellyfin-mpv-shim = {
|
jellyfin-mpv-shim = {
|
||||||
Unit = {
|
Unit = {
|
||||||
|
|
Loading…
Reference in a new issue