summaryrefslogtreecommitdiff
path: root/hypr/hyprload.toml
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2024-01-02 15:50:25 -0600
committerzachir <zachir@librem.one>2024-01-02 16:14:39 -0600
commitd2eb1117491d91ac0bf7e2bbe90d60d000314375 (patch)
tree9cbf78d9435e68fce9bd700637167c0c1f931e1f /hypr/hyprload.toml
parentf0d02f9bc6e6021b90f7cd5d3cd2eb9cb8758f31 (diff)
hypr: Adding in pyprland and hyprload extensions
We're going to be using two extensions, so naturally we need to have two extension managers (-_-). This should configure both the pyprland and hyprload widgets in full, assuming both are already installed.
Diffstat (limited to 'hypr/hyprload.toml')
-rw-r--r--hypr/hyprload.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/hypr/hyprload.toml b/hypr/hyprload.toml
new file mode 100644
index 0000000..65e668c
--- /dev/null
+++ b/hypr/hyprload.toml
@@ -0,0 +1,3 @@
+plugins = [
+ "Duckonaut/split-monitor-workspaces",
+]