diff options
author | bd <bdunahu@operationnull.com> | 2024-06-28 17:52:38 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-06-28 17:52:38 -0600 |
commit | 7f5b0d8945d262d84f6d45989f186977d4b018c8 (patch) | |
tree | 49f5a48d63efa263cc2afae76c5715b4914a06f1 /.config | |
parent | f8c4fcf533cf9d3c3c0d058410e95edf2d09c9de (diff) |
Add xinput, auto-set touchpad defaults
Diffstat (limited to '.config')
-rw-r--r-- | .config/guix/modules/xorg.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/guix/modules/xorg.scm b/.config/guix/modules/xorg.scm index 07c58aa..b81af16 100644 --- a/.config/guix/modules/xorg.scm +++ b/.config/guix/modules/xorg.scm @@ -42,6 +42,7 @@ xf86-input-libinput xf86-video-fbdev xinit + xinput xmodmap xorg-server xrandr @@ -125,11 +126,13 @@ fi picom & dwmstatus & +x-restart-with-hotplug & emacs --daemon xss-lock -- slock & set-bg xset r rate 250 70 xset s 600 +touchpad-defaults xrandr-defaults exec dwm")) (".config/gtk-2.0/settings.ini" |