mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 18:23:54 -05:00
waybar: sort workspaces by id
This commit is contained in:
parent
1d877cbd88
commit
b0c864e606
|
@ -42,6 +42,7 @@
|
||||||
"default" = "";
|
"default" = "";
|
||||||
"active" = "";
|
"active" = "";
|
||||||
};
|
};
|
||||||
|
"sort-by" = "id";
|
||||||
};
|
};
|
||||||
"hyprland/submap" = {
|
"hyprland/submap" = {
|
||||||
"on-click" = "${pkgs.hyprland}/bin/hyprctl dispatch submap reset";
|
"on-click" = "${pkgs.hyprland}/bin/hyprctl dispatch submap reset";
|
||||||
|
|
Loading…
Reference in a new issue