Skip to content

Commit

Permalink
Sway: disable bemenu list due to bug Cloudef/bemenu#289
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyndeno committed Dec 19, 2022
1 parent 725ad10 commit 1f873c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/desktop/i3-sway/sway.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ in
commands = {
lock = "${pkgs.swaylock}/bin/swaylock -f";
terminal = "${pkgs.alacritty}/bin/alacritty";
menu = "${pkgs.j4-dmenu-desktop}/bin/j4-dmenu-desktop --dmenu=\"${pkgs.bemenu}/bin/bemenu -i ${config.home-manager.users.lsanche.home.sessionVariables.BEMENU_OPTS} -b -H 25 -c -l 10 -W 0.3\"";
menu = "${pkgs.j4-dmenu-desktop}/bin/j4-dmenu-desktop --dmenu=\"${pkgs.bemenu}/bin/bemenu -i ${config.home-manager.users.lsanche.home.sessionVariables.BEMENU_OPTS} -c -H 25 -W 0.3\"";
};
in rec {

Expand Down

0 comments on commit 1f873c7

Please sign in to comment.