dotfiles/.config/hypr/hyprload.toml
2023-10-18 18:01:09 -04:00

8 lines
435 B
TOML

plugins = [
# 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" },
]