8 lines
415 B
Bash
Executable file
8 lines
415 B
Bash
Executable file
#!/usr/bin/env bash
|
|
source .profile
|
|
export $(dbus-launch)
|
|
xinput --set-prop 'pointer:Corsair CORSAIR M55 RGB PRO Gaming Mouse' 'libinput Accel Speed' -0.9
|
|
if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi
|
|
xrdb -merge <<< "awesome.started:true"
|
|
picom -b --config $HOME/.config/picom.conf
|
|
dex-autostart --environment Awesome --autostart --search-paths "$HOME/.config/autostart:$HOME/autostart"
|