Move more things to starting up by systemd and Xorg
This commit is contained in:
parent
1a29e5fee3
commit
3379e1814e
|
@ -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")
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue