mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Getting emacs to lag less in wayland
This commit is contained in:
parent
ff55d91f0f
commit
260ff5fb64
5 changed files with 25 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
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 = "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/
|
||||
wm = "hyprland"; # Selected window manager or desktop environment; must select one in both ./user/wm/ and ./system/wm/
|
||||
browser = "librewolf-wayland"; # Default browser; must select one from ./user/app/browser/
|
||||
editor = "emacsclient"; # Default editor;
|
||||
term = "alacritty -o font.size=20"; # Default terminal command;
|
||||
font = "Inconsolata"; # Selected font
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue