2021-02-17 09:43:26 +00:00
|
|
|
#!/usr/bin/env bash
|
2021-05-10 08:22:28 +00:00
|
|
|
xinput --set-prop 'pointer:Corsair CORSAIR M55 RGB PRO Gaming Mouse' 'Coordinate Transformation Matrix' 0.1 0 0 0 0.1 0 0 0 1
|
2021-08-06 09:33:14 +00:00
|
|
|
autorandr -c
|
2021-02-14 17:33:04 +00:00
|
|
|
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"
|