feat(home:hyprland): add notes binding

This commit is contained in:
ooks-io 2024-06-24 13:49:49 +12:00
parent f9241f1028
commit ea5054789d
2 changed files with 3 additions and 2 deletions

View file

@ -18,8 +18,8 @@ in
(mkIf (fileManager == "nemo") {
ooknet.binds.fileManager = "nemo";
xdg.mimeApps = {
association.added = nemoMime;
defaultApplication = nemoMime;
associations.added = nemoMime;
defaultApplications = nemoMime;
};
})
];

View file

@ -18,6 +18,7 @@ in
"SUPER, d, exec, ${binds.discord}"
"SUPERSHIFT, e, exec, ${binds.fileManager}"
"SUPERSHIFT, S, exec, ${binds.steam}"
"SUPERSHIFT, n, exec, ${binds.notes}"
"SUPER, escape, exec, ${binds.terminalLaunch} --title=BTOP btop"
"SUPER CTRL, return, exec, ${binds.zellijMenu}"
"SUPER, delete, exec, ${binds.powerMenu}"