mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
remaps run by remapd automatically on startup
This commit is contained in:
parent
c55a896653
commit
6d75bbdf8c
@ -6,7 +6,6 @@
|
||||
xrandr --dpi 96 # Set DPI. User may want to use a larger number for larger screens.
|
||||
setbg & # set the background with the `setbg` script
|
||||
#xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & xrdbpid=$! # Uncomment to use Xresources colors/settings on startup
|
||||
remaps & # run the remaps script, switching caps/esc and more; check it for more info
|
||||
|
||||
autostart="mpd xcompmgr dunst unclutter pipewire remapd"
|
||||
|
||||
|
||||
@ -1,10 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Rerun the remaps script whenever a new input device is added. Run by the
|
||||
# xprofile by default.
|
||||
# Rerun the remaps script whenever a new input device is added.
|
||||
|
||||
while : ; do
|
||||
remaps
|
||||
dmesg -W -f kern | grep "input:" -q
|
||||
sleep 1
|
||||
remaps
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user