fix bemenu
This commit is contained in:
parent
24ccd8ac6f
commit
af8ba09ceb
@ -19,7 +19,7 @@
|
||||
wayland.windowManager.sway = {
|
||||
enable = true;
|
||||
config = rec {
|
||||
menu = "${pkgs.bemenu}/bin/bemenu-run --no-exec -m -1 --hf #ffff00 --tf #888888 --nf #00ff40 --hb #424242 | xargs swaymsg exec --";
|
||||
menu = "${pkgs.bemenu}/bin/bemenu-run -m -1 --hf '#ffff00' --tf '#888888' --nf '#00ff40' --hb '#424242' | xargs ${pkgs.sway}/bin/swaymsg exec --";
|
||||
left = "h";
|
||||
down = "n";
|
||||
up = "e";
|
||||
|
@ -144,7 +144,7 @@
|
||||
}
|
||||
'';
|
||||
settings = [{
|
||||
layer = "top";
|
||||
layer = "bottom";
|
||||
position = "top";
|
||||
height = 22;
|
||||
tray = { spacing = 10; };
|
||||
|
Loading…
Reference in New Issue
Block a user