walker sucks (slow); switch to rofi

This commit is contained in:
Sridhar Ratnakumar 2024-11-27 13:08:05 -05:00
parent 8afaf87ef5
commit 5bca77cd0e
2 changed files with 5 additions and 3 deletions

View file

@ -46,7 +46,7 @@ in
hyprlock
# launchers
walker
rofi-wayland
wl-clipboard
];

View file

@ -39,7 +39,9 @@ let
};
in
{
home.packages = [ screenrec ]; # Can't bind key, because user must C-c manually to end recording.
home.packages = [
screenrec # Can't bind key, because user must C-c manually to end recording.
];
wayland.windowManager.hyprland.settings = {
"$mainMod" = "SUPER";
@ -96,7 +98,7 @@ in
", XF86AudioPlay, exec, playerctl play-pause"
", XF86AudioPrev, exec, playerctl previous"
", XF86Favorites, exec, walker"
", XF86Favorites, exec, rofi -show drun"
", Print, exec, ${lib.getExe screenshot}"
];