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