This commit is contained in:
Chris Cochrun 2022-11-10 15:30:26 -06:00
parent 7afe49427b
commit 794a140334
4 changed files with 27 additions and 24 deletions

View file

@ -418,6 +418,7 @@ pulsemixer
any-nix-shell
wtype
xdotool
ydotool
wmctrl
xcape
xclip
@ -1959,20 +1960,20 @@ I also use home-manager for managing dotfiles. This means that everything is con
};
systemd.user.services = {
# ydotoold = {
# Unit = {
# Description = "An auto-input utility for wayland";
# Documentation = [ "man:ydotool(1)" "man:ydotoold(8)" ];
# };
ydotoold = {
Unit = {
Description = "An auto-input utility for wayland";
Documentation = [ "man:ydotool(1)" "man:ydotoold(8)" ];
};
# Service = {
# ExecStart = "/run/current-system/sw/bin/ydotoold --socket-path /tmp/ydotools";
# };
Service = {
ExecStart = "/run/current-system/sw/bin/ydotoold --socket-path /tmp/ydotools";
};
# Install = {
# WantedBy = ["default.target"];
# };
# };
Install = {
WantedBy = ["default.target"];
};
};
jellyfin-mpv-shim = {
Unit = {

View file

@ -303,6 +303,7 @@
any-nix-shell
wtype
xdotool
ydotool
wmctrl
xcape
xclip

View file

@ -322,6 +322,7 @@
any-nix-shell
wtype
xdotool
ydotool
wmctrl
xcape
xclip

View file

@ -499,20 +499,20 @@
};
systemd.user.services = {
# ydotoold = {
# Unit = {
# Description = "An auto-input utility for wayland";
# Documentation = [ "man:ydotool(1)" "man:ydotoold(8)" ];
# };
ydotoold = {
Unit = {
Description = "An auto-input utility for wayland";
Documentation = [ "man:ydotool(1)" "man:ydotoold(8)" ];
};
# Service = {
# ExecStart = "/run/current-system/sw/bin/ydotoold --socket-path /tmp/ydotools";
# };
Service = {
ExecStart = "/run/current-system/sw/bin/ydotoold --socket-path /tmp/ydotools";
};
# Install = {
# WantedBy = ["default.target"];
# };
# };
Install = {
WantedBy = ["default.target"];
};
};
jellyfin-mpv-shim = {
Unit = {