most actuator thingies

This commit is contained in:
h
2023-10-06 01:15:38 -04:00
parent fac4150715
commit dbaad82b20
19 changed files with 280 additions and 14 deletions
BIN
View File
Binary file not shown.
+8 -1
View File
@@ -1,3 +1,10 @@
#!/bin/bash
# https://www.reddit.com/r/linux/comments/72mfv8/psa_for_firefox_users_set_moz_use_xinput21_to/
# smooth scrolling
# touchscreen scrolling
# https://askubuntu.com/questions/853910/how-to-enable-touchscreen-scrolling-in-firefox/994483#994483
HOME=$MOZILLA_HOME
/usr/bin/firefox "$@"
env MOZ_USE_XINPUT2=1 /usr/bin/firefox "$@"
+3
View File
@@ -0,0 +1,3 @@
#!/bin/bash
xrandr --output "$1" --rotate "$2"