Renamed dotfiles folder to assets

This commit is contained in:
Random936
2026-02-13 15:17:51 -05:00
parent b062663705
commit f3ea0b7922
61 changed files with 24 additions and 24 deletions

View File

@@ -0,0 +1,15 @@
import os
from urllib.request import urlopen
# load your autoconfig, use this, if the rest of your config is empty!
config.load_autoconfig()
# Set Dark Mode
config.set("colors.webpage.darkmode.enabled", False)
config.set("colors.webpage.preferred_color_scheme", "dark")
# Toggle Dark Mode
config.bind('td', 'config-cycle colors.webpage.darkmode.enabled true false')
# Fix terminal editor
config.set('editor.command', ['alacritty', '-e', 'nvim', '{file}'])