2022-08-19 16:23:29 -03:00
|
|
|
#!/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
|
|
|
|
|
2022-10-29 16:46:38 -03:00
|
|
|
#pulseaudio --start
|
2022-08-19 16:23:29 -03:00
|
|
|
|
2022-10-29 16:46:38 -03:00
|
|
|
#picom &
|
2022-08-19 16:23:29 -03:00
|
|
|
|
2022-10-29 16:46:38 -03:00
|
|
|
#numlockx on
|
2022-08-19 16:23:29 -03:00
|
|
|
|
|
|
|
mpd &
|
|
|
|
|
|
|
|
touch ~/tmp/touchy
|
|
|
|
rm -rf ~/tmp/*
|
|
|
|
|
|
|
|
/usr/bin/emacs --daemon &
|
|
|
|
|
|
|
|
otd &
|