aboutsummaryrefslogtreecommitdiff
path: root/.system/etc/udev/rules.d
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-02-11 00:56:17 +0200
committersrdusr <trevorgray@srdusr.com>2024-02-11 00:56:17 +0200
commite71dc361b0fcfa5f3efe2a6583c44c52987c3b14 (patch)
treec265c98d842e1534380f84c67cc3cd1d47430df4 /.system/etc/udev/rules.d
parenta68e504ba63f4228b620dadebc70fe7881871c75 (diff)
downloaddotfiles-e71dc361b0fcfa5f3efe2a6583c44c52987c3b14.tar.gz
dotfiles-e71dc361b0fcfa5f3efe2a6583c44c52987c3b14.zip
Rename .system-wide to just .system
Diffstat (limited to '.system/etc/udev/rules.d')
-rw-r--r--.system/etc/udev/rules.d/99-reload-monitor.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/.system/etc/udev/rules.d/99-reload-monitor.rules b/.system/etc/udev/rules.d/99-reload-monitor.rules
new file mode 100644
index 0000000..948aba5
--- /dev/null
+++ b/.system/etc/udev/rules.d/99-reload-monitor.rules
@@ -0,0 +1 @@
+ACTION=="change", SUBSYSTEM=="drm", RUN+="/bin/su srdusr --command='systemctl --user start bspwm-reload.service'"