j emacs: disable exwm

This commit is contained in:
Jeschli 2020-03-30 08:18:46 +02:00
parent a8322014cb
commit bd780544d8

View File

@ -274,18 +274,19 @@ in {
myEmacs myEmacsWithDaemon myEmacsClient emacsWithOverlay myEmacs myEmacsWithDaemon myEmacsClient emacsWithOverlay
]; ];
services.xserver = { ## EXWM Config
enable = true; # services.xserver = {
xkbOptions = "caps:super"; # enable = true;
exportConfiguration = true; # xkbOptions = "caps:super";
# exportConfiguration = true;
displayManager.slim.enable = true; #
windowManager.default = "exwm"; # displayManager.slim.enable = true;
# windowManager.default = "exwm";
# Set up the login session #
windowManager.session = [{ # # Set up the login session
name = "exwm"; # windowManager.session = [{
start = "${emacsWithOverlay}/bin/emacs -q -l " + builtins.toString ./elisp/init.el; # name = "exwm";
}]; # start = "${emacsWithOverlay}/bin/emacs -q -l " + builtins.toString ./elisp/init.el;
}; # }];
# };
} }