update config file

This commit is contained in:
lostecho
2023-07-10 10:16:54 +08:00
parent 06338beff4
commit 4cbe664a8d
18 changed files with 36 additions and 238 deletions

View File

@@ -0,0 +1,9 @@
plugins = [
"horriblename/hyprland-touch-gestures",
# Installs the plugin from https://github.com/Duckonaut/split-monitor-workspaces
"Duckonaut/split-monitor-workspaces",
# A more explicit definition of the git install
{ git = "https://github.com/Duckonaut/split-monitor-workspaces", branch = "main", name = "split-monitor-workspaces" },
# Installs the same plugin from a local folder
{ local = "/home/duckonaut/repos/split-monitor-workspaces" },
]