mirror of
https://github.com/Trensa-Organization/split-monitor-workspaces.git
synced 2025-03-15 19:23:39 +01:00
Change include paths
This commit is contained in:
parent
5d13b75b8d
commit
44785cee3f
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <src/plugins/PluginAPI.hpp>
|
#include <hyprland/src/plugins/PluginAPI.hpp>
|
||||||
|
|
||||||
inline HANDLE PHANDLE = nullptr;
|
inline HANDLE PHANDLE = nullptr;
|
||||||
|
|
10
src/main.cpp
10
src/main.cpp
|
@ -1,8 +1,8 @@
|
||||||
#include <src/helpers/Color.hpp>
|
#include <hyprland/src/helpers/Color.hpp>
|
||||||
#include <src/managers/KeybindManager.hpp>
|
#include <hyprland/src/managers/KeybindManager.hpp>
|
||||||
#include <src/Compositor.hpp>
|
#include <hyprland/src/Compositor.hpp>
|
||||||
#include <src/config/ConfigManager.hpp>
|
#include <hyprland/src/config/ConfigManager.hpp>
|
||||||
#include <src/helpers/Workspace.hpp>
|
#include <hyprland/src/helpers/Workspace.hpp>
|
||||||
|
|
||||||
#include "globals.hpp"
|
#include "globals.hpp"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue