Fixed a few typos

master
Mark 2022-04-23 21:20:08 -07:00
parent 4755b90666
commit 229304a2e2
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 5 additions and 2 deletions

7
rc.lua
View File

@ -48,12 +48,15 @@ desktop = require("desktop")
bin.backlight.redshift_reset()
-- Start compositor (compton tryone fork)
--awful.spawn("killall compton", false)
--awful.spawn("compton --daemon --config " .. configuration_dir .. "/bin/configs/compton.conf", false)
awful.spawn("killall picom", false)
-- awful.spawn("picom --daemon --config " .. configuration_dir .. "/bin/configs/compton.conf", false)
-- Start ibus (advanced multilanguage input manager)
awful.spawn("ibus-daemon --daemonize --replace --xim", false)
-- Run dock script
awful.spawn("bash /etc/dock.sh start", false)
-- Redshift
bin.backlight.redshift(5600)