Add autorandr to xsession
This commit is contained in:
parent
5a68aac719
commit
96a436319f
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
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
|
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
|
||||||
|
autorandr -c
|
||||||
if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi
|
if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi
|
||||||
xrdb -merge <<< "awesome.started:true"
|
xrdb -merge <<< "awesome.started:true"
|
||||||
picom -b --config $HOME/.config/picom.conf
|
picom -b --config $HOME/.config/picom.conf
|
||||||
|
|
Loading…
Reference in a new issue