mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 08:37:34 +08:00
walker sucks (slow); switch to rofi
This commit is contained in:
parent
8afaf87ef5
commit
5bca77cd0e
2 changed files with 5 additions and 3 deletions
|
|
@ -46,7 +46,7 @@ in
|
|||
hyprlock
|
||||
|
||||
# launchers
|
||||
walker
|
||||
rofi-wayland
|
||||
|
||||
wl-clipboard
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue