diff options
| author | 2016-11-23 21:36:19 +0100 | |
|---|---|---|
| committer | 2016-11-23 21:36:37 +0100 | |
| commit | 1746ea2749f651da0423bfe637cddf0c22df831a (patch) | |
| tree | ebe016acf5b1e641878efac41a750255071bdab3 /xorg/.local/share/systemd | |
| parent | 1c99670e651c642ae2b5a15c464ce7810653e18c (diff) | |
| download | dotfiles-1746ea2749f651da0423bfe637cddf0c22df831a.tar.gz dotfiles-1746ea2749f651da0423bfe637cddf0c22df831a.tar.bz2 dotfiles-1746ea2749f651da0423bfe637cddf0c22df831a.zip | |
Updated dotfiles
Diffstat (limited to 'xorg/.local/share/systemd')
| -rw-r--r-- | xorg/.local/share/systemd/user/xbacklightmon.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/xorg/.local/share/systemd/user/xbacklightmon.service b/xorg/.local/share/systemd/user/xbacklightmon.service new file mode 100644 index 0000000..c603974 --- /dev/null +++ b/xorg/.local/share/systemd/user/xbacklightmon.service | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | [Unit] | ||
| 2 | Description=Watches /sys/class/backlight/brightness and applies it to xorg-backlight | ||
| 3 | After=graphical.target | ||
| 4 | Wants=graphical.target | ||
| 5 | |||
| 6 | [Service] | ||
| 7 | Type=simple | ||
| 8 | ExecStart=/home/tom/.local/usr/bin/xbacklightmon | ||
