Skip to content

Commit

Permalink
walker sucks (slow); switch to rofi
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 27, 2024
1 parent 8afaf87 commit 5bca77c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/nixos/linux/gui/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ in
hyprlock

# launchers
walker
rofi-wayland

wl-clipboard
];
Expand Down
6 changes: 4 additions & 2 deletions modules/nixos/linux/gui/hyprland/settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -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}"
];

Expand Down

0 comments on commit 5bca77c

Please sign in to comment.