diff options
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc new file mode 100644 index 0000000..70b4b68 --- /dev/null +++ b/.xinitrc | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | export XCURSOR_SIZE=12 | ||
| 4 | |||
| 5 | xkbset bo 50 | ||
| 6 | xset r rate 400 30 | ||
| 7 | xset dpms 0 0 1800 | ||
| 8 | xset s 900 | ||
| 9 | |||
| 10 | xss-lock -- xlock & | ||
| 11 | xinput --set-prop "pointer:Logitech MX Master 3" "libinput Accel Speed" -0.7 | ||
| 12 | |||
| 13 | exec glitch | ||
