🚀 improve hyprland experience
This commit is contained in:
parent
df54824957
commit
1b536e52b5
9 changed files with 263 additions and 182 deletions
|
|
@ -3,7 +3,7 @@
|
|||
agenix = inputs.agenix.defaultPackage."${prev.system}";
|
||||
waybar-hyprland = prev.waybar.overrideAttrs (old: {
|
||||
postPatch = old.postPatch or "" + ''
|
||||
${final.gnused}/bin/sed -i 's,zext_workspace_handle_v1_activate(workspace_handle_);,const std::string command = "${final.hyprland}/bin/hyprctl dispatch workspace " + name_;\n\tsystem(command.c_str());,g' src/modules/wlr/workspace_manager.cpp
|
||||
sed -i 's,zext_workspace_handle_v1_activate(workspace_handle_);,const std::string command = "${final.hyprland}/bin/hyprctl dispatch workspace " + name_;\n\tsystem(command.c_str());,g' src/modules/wlr/workspace_manager.cpp
|
||||
'';
|
||||
mesonFlags = old.mesonFlags or [ ] ++ [ "-Dexperimental=true" ];
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue