menu: use applications module instead of combined
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
c1bc216790
commit
a6379abd7d
2 changed files with 1 additions and 2 deletions
|
@ -101,7 +101,7 @@ in {
|
||||||
(key "Control_L" "Super+Ctrl+Alt+Shift" "layoutmsg" "removemaster")
|
(key "Control_L" "Super+Ctrl+Alt+Shift" "layoutmsg" "removemaster")
|
||||||
(key "Control_L" "Super+Ctrl+Shift" "layoutmsg" "addmaster")
|
(key "Control_L" "Super+Ctrl+Shift" "layoutmsg" "addmaster")
|
||||||
(key "Shift_L" "Super+Shift" "workspace" "previous")
|
(key "Shift_L" "Super+Shift" "workspace" "previous")
|
||||||
(key "Super_L" "Super" "exec" "${menu}")
|
(key "Super_L" "Super" "exec" "${menu} --applications")
|
||||||
(key "Super_L" "Super+Alt" "exec" "${menu} --passwords")
|
(key "Super_L" "Super+Alt" "exec" "${menu} --passwords")
|
||||||
(key "Super_L" "Super+Ctrl" "exec" "${menu} --calculator")
|
(key "Super_L" "Super+Ctrl" "exec" "${menu} --calculator")
|
||||||
(key "Super_L" "Super+Ctrl+Shift" "exec" "${menu} --networks")
|
(key "Super_L" "Super+Ctrl+Shift" "exec" "${menu} --networks")
|
||||||
|
|
|
@ -47,7 +47,6 @@ in {
|
||||||
#// actions = false; # Desktop file actions
|
#// actions = false; # Desktop file actions
|
||||||
|
|
||||||
switcher_only = false;
|
switcher_only = false;
|
||||||
weight = 10;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
dmenu = {
|
dmenu = {
|
||||||
|
|
Loading…
Reference in a new issue