From 3379e1814e236fb6233d6459f29ca491268ae368 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 1 Apr 2021 06:23:28 -0500 Subject: [PATCH] Move more things to starting up by systemd and Xorg --- awesome/init.fnl | 2 -- qutebrowser/config.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/awesome/init.fnl b/awesome/init.fnl index db604a6..db73508 100644 --- a/awesome/init.fnl +++ b/awesome/init.fnl @@ -475,11 +475,9 @@ (awful.screen.focus 1) (awful.spawn "picom --experimental-backend") -(awful.spawn "xset r rate 220 90") (awful.spawn "/usr/lib/polkit-kde-authentication-agent-1") (awful.spawn "feh --bg-fill /home/chris/Pictures/wallpapers/RoyalKing.png") (awful.spawn "flameshot") (awful.spawn "caffeine") (awful.spawn "libinput-gestures-setup start") (awful.spawn "bluetoothctl power on") -(awful.spawn "emacs --daemon") diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 4caee3e..00cdb1d 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -814,7 +814,7 @@ c.colors.webpage.darkmode.policy.page = "smart" ## Force `prefers-color-scheme: dark` colors for websites. ## 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: ## unlimited