Fixup xsession
This commit is contained in:
parent
c185a87d08
commit
2fffd85374
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source .profile
|
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
|
||||||
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
|
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