i3: remove dmenu

inky
Elnu 1 year ago
parent 93477eed13
commit fbc78a03c3

@ -19,7 +19,11 @@ in
};
defaultSession = "none+i3";
};
windowManager.i3.enable = true;
windowManager.i3 = {
enable = true;
# Don't install dmenu, i3status, and i3lock
extraPackages = lib.mkOverride 0 [];
};
};
udev.packages = [ pkgs.yubikey-personalization ];
pcscd.enable = true;

@ -93,6 +93,9 @@ in with theme.colors; {
# Screenshots
"Print" = "exec flameshot gui";
# Remove dmenu
"${mod}+d" = "nop";
};
keycodebindings = {
"133" = "--release exec rofi -show drun -theme";

Loading…
Cancel
Save