remove dmenumon and do formatting
This commit is contained in:
parent
d5f8b21acc
commit
2b2c65b106
2 changed files with 1613 additions and 1727 deletions
774
config/dwm/dwm.c
774
config/dwm/dwm.c
File diff suppressed because it is too large
Load diff
|
@ -17,13 +17,14 @@ in {
|
|||
# this needs to be enabled for gtk apps
|
||||
programs.dconf.enable = true;
|
||||
# enable dwm
|
||||
services.displayManager.defaultSession = "none+dwm";
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
windowManager = {
|
||||
dwm.enable = true;
|
||||
};
|
||||
displayManager = {
|
||||
defaultSession = "none+dwm";
|
||||
lightdm = {
|
||||
enable = true;
|
||||
background = ../../../config/background.png;
|
||||
|
@ -51,7 +52,9 @@ in {
|
|||
# };
|
||||
};
|
||||
};
|
||||
libinput = {
|
||||
};
|
||||
|
||||
services.libinput = {
|
||||
mouse = {
|
||||
accelProfile = "flat";
|
||||
};
|
||||
|
@ -60,7 +63,6 @@ in {
|
|||
accelProfile = "flat";
|
||||
};
|
||||
};
|
||||
};
|
||||
users.users.sako.packages = with pkgs; [
|
||||
rofi
|
||||
# network
|
||||
|
|
Loading…
Reference in a new issue