b55a2629fb
turns out i was dumping them in 2 different places lmao
22 lines
308 B
Bash
Executable File
22 lines
308 B
Bash
Executable File
#!/bin/bash
|
|
|
|
setxkbmap br abnt2
|
|
|
|
xinput --set-prop 'pointer:''Gaming Mouse' 'libinput Accel Profile Enabled' 0, 1
|
|
xinput --set-prop 'pointer:''Gaming Mouse' 'libinput Accel Speed' 0.1
|
|
|
|
#pulseaudio --start
|
|
|
|
#picom &
|
|
|
|
#numlockx on
|
|
|
|
mpd &
|
|
|
|
touch ~/tmp/touchy
|
|
rm -rf ~/tmp/*
|
|
|
|
/usr/bin/emacs --daemon &
|
|
|
|
otd &
|