i3: remove dmenu
This commit is contained in:
parent
93477eed13
commit
fbc78a03c3
2 changed files with 8 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue