commit 5ea21872f3d07fec94ac147ff56da1576afd41bb parent a86755014abf316e2917ad120604be7fd81063ae Author: dwrz <dwrz@dwrz.net> Date: Wed, 5 Jun 2024 01:44:16 +0000 Update monitor-hotplug script Diffstat:
M | scripts/monitor-hotplug | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/monitor-hotplug b/scripts/monitor-hotplug @@ -20,7 +20,7 @@ main() { fi map-bg - xmodmap "${HOME}/.config/X11/xmodmap" + doas systemctl restart keyd } main "$@"