i3: remove Mod4+d nop for removing dmenu

This commit is contained in:
Elnu 2023-03-01 15:48:23 -08:00
parent fbc78a03c3
commit 729a331ced

View file

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