remove dmenumon and do formatting
This commit is contained in:
parent
d5f8b21acc
commit
2b2c65b106
2 changed files with 1613 additions and 1727 deletions
3322
config/dwm/dwm.c
3322
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
|
# this needs to be enabled for gtk apps
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
# enable dwm
|
# enable dwm
|
||||||
|
services.displayManager.defaultSession = "none+dwm";
|
||||||
|
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
windowManager = {
|
windowManager = {
|
||||||
dwm.enable = true;
|
dwm.enable = true;
|
||||||
};
|
};
|
||||||
displayManager = {
|
displayManager = {
|
||||||
defaultSession = "none+dwm";
|
|
||||||
lightdm = {
|
lightdm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
background = ../../../config/background.png;
|
background = ../../../config/background.png;
|
||||||
|
@ -51,14 +52,15 @@ in {
|
||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
libinput = {
|
};
|
||||||
mouse = {
|
|
||||||
accelProfile = "flat";
|
|
||||||
};
|
|
||||||
|
|
||||||
touchpad = {
|
services.libinput = {
|
||||||
accelProfile = "flat";
|
mouse = {
|
||||||
};
|
accelProfile = "flat";
|
||||||
|
};
|
||||||
|
|
||||||
|
touchpad = {
|
||||||
|
accelProfile = "flat";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
users.users.sako.packages = with pkgs; [
|
users.users.sako.packages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue