Skip to content

Commit

Permalink
Merge pull request #73 from levnikmyskin/fix-include-regex
Browse files Browse the repository at this point in the history
Include regex in sticky apps
  • Loading branch information
levnikmyskin authored Dec 18, 2024
2 parents db7b1fe + 5c39dcd commit 45001c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup_base/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ runs:
librsvg \
libwebp \
libjxl \
libjpeg-turbo
libjpeg-turbo \
re2
- name: Get hyprwayland-scanner-git
shell: bash
Expand Down
1 change: 1 addition & 0 deletions src/sticky_apps.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "sticky_apps.hpp"
#include "utils.hpp"
#include <regex>

bool StickyApps::parseRule(const std::string& rule, SStickyRule& sticky, std::unique_ptr<VirtualDeskManager>& vdeskManager) {
auto comma_pos = rule.find(',');
Expand Down

0 comments on commit 45001c5

Please sign in to comment.