update config file
This commit is contained in:
9
dotfiles/config/hypr/hyprload.toml
Normal file
9
dotfiles/config/hypr/hyprload.toml
Normal 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" },
|
||||
]
|
||||
Reference in New Issue
Block a user