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 any-nix-shell
wtype wtype
xdotool xdotool
ydotool
wmctrl wmctrl
xcape xcape
xclip xclip
@ -1959,20 +1960,20 @@ I also use home-manager for managing dotfiles. This means that everything is con
}; };
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 = {

View file

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

View file

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

View file

@ -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 = {