Merge branch 'rewrite' of ssh://git.betalupi.com:33/dotfiles/awesomewm into rewrite
commit
6010ad01b7
7
rc.lua
7
rc.lua
|
@ -48,12 +48,15 @@ desktop = require("desktop")
|
||||||
bin.backlight.redshift_reset()
|
bin.backlight.redshift_reset()
|
||||||
|
|
||||||
-- Start compositor (compton tryone fork)
|
-- Start compositor (compton tryone fork)
|
||||||
--awful.spawn("killall compton", false)
|
awful.spawn("killall picom", false)
|
||||||
--awful.spawn("compton --daemon --config " .. configuration_dir .. "/bin/configs/compton.conf", false)
|
-- awful.spawn("picom --daemon --config " .. configuration_dir .. "/bin/configs/compton.conf", false)
|
||||||
|
|
||||||
-- Start ibus (advanced multilanguage input manager)
|
-- Start ibus (advanced multilanguage input manager)
|
||||||
awful.spawn("ibus-daemon --daemonize --replace --xim", false)
|
awful.spawn("ibus-daemon --daemonize --replace --xim", false)
|
||||||
|
|
||||||
|
-- Run dock script
|
||||||
|
awful.spawn("bash /etc/dock.sh start", false)
|
||||||
|
|
||||||
-- Redshift
|
-- Redshift
|
||||||
bin.backlight.redshift(5600)
|
bin.backlight.redshift(5600)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue