ydotool
This commit is contained in:
parent
7afe49427b
commit
794a140334
25
README.org
25
README.org
|
@ -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 = {
|
||||||
|
|
|
@ -303,6 +303,7 @@
|
||||||
any-nix-shell
|
any-nix-shell
|
||||||
wtype
|
wtype
|
||||||
xdotool
|
xdotool
|
||||||
|
ydotool
|
||||||
wmctrl
|
wmctrl
|
||||||
xcape
|
xcape
|
||||||
xclip
|
xclip
|
||||||
|
|
|
@ -322,6 +322,7 @@
|
||||||
any-nix-shell
|
any-nix-shell
|
||||||
wtype
|
wtype
|
||||||
xdotool
|
xdotool
|
||||||
|
ydotool
|
||||||
wmctrl
|
wmctrl
|
||||||
xcape
|
xcape
|
||||||
xclip
|
xclip
|
||||||
|
|
|
@ -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