Back to xmonad where I'm comfortable :)

This commit is contained in:
Emmet 2023-08-11 15:51:17 -05:00
parent 0b9d486385
commit ff55d91f0f

View file

@ -16,7 +16,7 @@
email = "librephoenix3@pm.me"; # email (used for certain configurations)
dotfilesDir = "~/.dotfiles"; # absolute path of the local repo
theme = "ayu-dark"; # selcted theme from my themes directory (./themes/)
wm = "hyprland"; # Selected window manager or desktop environment; must select one in both ./user/wm/ and ./system/wm/
wm = "xmonad"; # Selected window manager or desktop environment; must select one in both ./user/wm/ and ./system/wm/
browser = "librewolf"; # Default browser; must select one from ./user/app/browser/
editor = "emacsclient"; # Default editor;
term = "alacritty -o font.size=20"; # Default terminal command;