diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-06-09 09:58:54 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-06-09 09:58:54 +0200 |
commit | 3dc16b7526b3accbda455531d6f62577592ec5de (patch) | |
tree | 41383a5fca8c352caac2157dbd1eaa0b87a06a79 | |
parent | f8c56e1c597a89fffbdd6b651c85813b6c045831 (diff) | |
download | scripts-3dc16b7526b3accbda455531d6f62577592ec5de.tar.gz scripts-3dc16b7526b3accbda455531d6f62577592ec5de.tar.bz2 scripts-3dc16b7526b3accbda455531d6f62577592ec5de.zip |
update
-rw-r--r-- | xinitrc | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -12,12 +12,14 @@ fi #--- Settings # Make sure display is set -# systemctl --user import-environment DISPLAY +systemctl --user import-environment DISPLAY -# I have a red trackpoint button and big hands -synclient TouchpadOff=1 +# turn off trackpad +#xinput --disable 11 +xinput set-prop 11 172 0 -# internal mic is crappy so use noise reduction +# X220 internal mic is crap +# so use noise reduction filter pactl set-default-source rnnoise_source #--- Services @@ -26,7 +28,7 @@ pactl set-default-source rnnoise_source udiskie & # clipboard manager -clipmenud & +#clipmenud & # pretty windows picom -b & @@ -45,7 +47,7 @@ launch-dunst & # system stats #conky -c .config/conky/conkyrc & -# status bar +# status bar dwmblocks-async dwmblocks & while true ; do |