Add inline comments

This commit is contained in:
Daniel Siepmann 2022-05-20 16:10:37 +02:00
parent 6c7275bd84
commit 286911e4b8
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -6,17 +6,24 @@
numlock.enable = true;
initExtra = ''
eval $(ssh-agent)
# Auto setup output and set brightness
xrandr --auto --brightness 1
# Set backlight of output
xbacklight -set 25
# Set background color
xsetroot -solid "#2E3436"
# Disable screen saver
xset s off
# Enable tapping instead of phsyical click
xinput --set-prop 'DELL07E6:00 06CB:76AF Touchpad' 'libinput Tapping Enabled' 1
# Use natural scrolling for trackpad
xinput --set-prop 'DELL07E6:00 06CB:76AF Touchpad' 'libinput Natural Scrolling Enabled' 1
# Increase mouse speed
xinput --set-prop 13 'libinput Accel Speed' 1
'';