feat(sway): use fuzzel instead of wofi
This commit is contained in:
parent
6360113229
commit
24bf5088d7
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ in {
|
|||
"${mod}+Return" = "exec ${pkgs.foot}/bin/foot";
|
||||
"${mod}+i" = "exec ${pkgs.firefox-wayland}/bin/firefox";
|
||||
"${mod}+Shift+y" = "exec swaylock";
|
||||
"${mod}+d" = "exec ${pkgs.wofi}/bin/wofi --show drun"; # TODO: config
|
||||
"${mod}+d" = "exec ${pkgs.fuzzel}/bin/fuzzel"; # TODO: config
|
||||
|
||||
"${mod}+z" = "exec ${pkgs.brightnessctl}/bin/brightnessctl set 1%-";
|
||||
"${mod}+x" = "exec ${pkgs.brightnessctl}/bin/brightnessctl set +1%";
|
||||
|
|
Loading…
Reference in a new issue