feat(home:hyprland): add notes binding
This commit is contained in:
parent
f9241f1028
commit
ea5054789d
2 changed files with 3 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ in
|
||||||
(mkIf (fileManager == "nemo") {
|
(mkIf (fileManager == "nemo") {
|
||||||
ooknet.binds.fileManager = "nemo";
|
ooknet.binds.fileManager = "nemo";
|
||||||
xdg.mimeApps = {
|
xdg.mimeApps = {
|
||||||
association.added = nemoMime;
|
associations.added = nemoMime;
|
||||||
defaultApplication = nemoMime;
|
defaultApplications = nemoMime;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -18,6 +18,7 @@ in
|
||||||
"SUPER, d, exec, ${binds.discord}"
|
"SUPER, d, exec, ${binds.discord}"
|
||||||
"SUPERSHIFT, e, exec, ${binds.fileManager}"
|
"SUPERSHIFT, e, exec, ${binds.fileManager}"
|
||||||
"SUPERSHIFT, S, exec, ${binds.steam}"
|
"SUPERSHIFT, S, exec, ${binds.steam}"
|
||||||
|
"SUPERSHIFT, n, exec, ${binds.notes}"
|
||||||
"SUPER, escape, exec, ${binds.terminalLaunch} --title=BTOP btop"
|
"SUPER, escape, exec, ${binds.terminalLaunch} --title=BTOP btop"
|
||||||
"SUPER CTRL, return, exec, ${binds.zellijMenu}"
|
"SUPER CTRL, return, exec, ${binds.zellijMenu}"
|
||||||
"SUPER, delete, exec, ${binds.powerMenu}"
|
"SUPER, delete, exec, ${binds.powerMenu}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue