Move more things to starting up by systemd and Xorg

This commit is contained in:
Chris Cochrun 2021-04-01 06:23:28 -05:00
parent 1a29e5fee3
commit 3379e1814e
2 changed files with 1 additions and 3 deletions

View file

@ -475,11 +475,9 @@
(awful.screen.focus 1) (awful.screen.focus 1)
(awful.spawn "picom --experimental-backend") (awful.spawn "picom --experimental-backend")
(awful.spawn "xset r rate 220 90")
(awful.spawn "/usr/lib/polkit-kde-authentication-agent-1") (awful.spawn "/usr/lib/polkit-kde-authentication-agent-1")
(awful.spawn "feh --bg-fill /home/chris/Pictures/wallpapers/RoyalKing.png") (awful.spawn "feh --bg-fill /home/chris/Pictures/wallpapers/RoyalKing.png")
(awful.spawn "flameshot") (awful.spawn "flameshot")
(awful.spawn "caffeine") (awful.spawn "caffeine")
(awful.spawn "libinput-gestures-setup start") (awful.spawn "libinput-gestures-setup start")
(awful.spawn "bluetoothctl power on") (awful.spawn "bluetoothctl power on")
(awful.spawn "emacs --daemon")

View file

@ -814,7 +814,7 @@ c.colors.webpage.darkmode.policy.page = "smart"
## Force `prefers-color-scheme: dark` colors for websites. ## Force `prefers-color-scheme: dark` colors for websites.
## Type: Bool ## Type: Bool
c.colors.webpage.prefered_color_scheme = dark c.colors.webpage.prefered_color_scheme = 'dark'
## Number of commands to save in the command history. 0: no history / -1: ## Number of commands to save in the command history. 0: no history / -1:
## unlimited ## unlimited