feat(keymaps): emoji picker

This commit is contained in:
Guz
2025-11-05 08:42:16 -03:00
parent 5d6a561c8a
commit 182b89fbfa
2 changed files with 7 additions and 0 deletions

View File

@@ -136,6 +136,7 @@
# Application Launcher
programs.rofi.enable = true;
programs.rofi.modes = ["drun" "emoji"];
# Clipboard
services.cliphist.enable = true;

View File

@@ -89,6 +89,12 @@
''))
];
};
# Emoji picker
"super-i" = {
launch = exec [
(lib.getExe (pkgs.rofimoji))
];
};
# Toggle fullscreen
"super-f" = {launch = toggleFullscreen "";};
# Toggle floating