i3: remove Mod4+d nop for removing dmenu
This commit is contained in:
parent
fbc78a03c3
commit
729a331ced
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ in with theme.colors; {
|
|||
"Print" = "exec flameshot gui";
|
||||
|
||||
# Remove dmenu
|
||||
"${mod}+d" = "nop";
|
||||
"${mod}+d" = null;
|
||||
};
|
||||
keycodebindings = {
|
||||
"133" = "--release exec rofi -show drun -theme";
|
||||
|
|
Loading…
Add table
Reference in a new issue