feat: improved rofi (closes #36)

This commit is contained in:
Patrick Großmann 2023-03-08 16:28:53 +09:00
parent e514f7f60b
commit 24b07ce6c3
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
3 changed files with 4 additions and 3 deletions

View file

@ -77,7 +77,7 @@ MOD: TAGS: pkgs:
"${MOD}-b " = "spawn ${pkgs.firefox}/bin/firefox"; "${MOD}-b " = "spawn ${pkgs.firefox}/bin/firefox";
"${MOD}-m " = "spawn ${pkgs.thunderbird}/bin/thunderbird"; "${MOD}-m " = "spawn ${pkgs.thunderbird}/bin/thunderbird";
"${MOD}-Shift-l " = "spawn systemctl suspend"; "${MOD}-Shift-l " = "spawn systemctl suspend";
"Menu" = "spawn rofi -show run"; "Menu" = "spawn rofi -show drun";
"${MOD}-F12" = "spawn ${(import ../../modules/touchscreen.nix) pkgs}"; "${MOD}-F12" = "spawn ${(import ../../modules/touchscreen.nix) pkgs}";
} }
// builtins.listToAttrs (map (x: { // builtins.listToAttrs (map (x: {

View file

@ -188,11 +188,11 @@
"locked": { "locked": {
"lastModified": 1, "lastModified": 1,
"narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=", "narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=",
"path": "/nix/store/8dcai06j0xlhcq303qrh4w92zhrk4fm7-source/templates", "path": "/nix/store/axiwqih4d53vp06qkw1z07j3zf3rhs4z-source/templates",
"type": "path" "type": "path"
}, },
"original": { "original": {
"path": "/nix/store/8dcai06j0xlhcq303qrh4w92zhrk4fm7-source/templates", "path": "/nix/store/axiwqih4d53vp06qkw1z07j3zf3rhs4z-source/templates",
"type": "path" "type": "path"
} }
}, },

View file

@ -4,6 +4,7 @@ _: {
theme = "DarkBlue"; theme = "DarkBlue";
extraConfig = { extraConfig = {
matching = "fuzzy"; matching = "fuzzy";
dpi = 1;
}; };
}; };
} }