File: README.Debian

package info (click to toggle)
ydotool 1.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: ansic: 908; sh: 43; makefile: 10
file content (17 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Ydotool for Debian
------------------

Ydotool on user session
=======================

The current version of ydotool daemon needs to bind to /dev/uinput,
and by shipping the user session service file, you need to be part of
the input group to make sure it starts properly by running:

	sudo usermod -aG input $USER

To fully reload the session, you can either reboot the system or force it
using and then restarting ydotool:
	systemctl restart user@$USER
	systemctl --user restart ydotool