diff options
Diffstat (limited to '.local/bin/hypr/hypr_update_plugins.sh')
| -rwxr-xr-x | .local/bin/hypr/hypr_update_plugins.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.local/bin/hypr/hypr_update_plugins.sh b/.local/bin/hypr/hypr_update_plugins.sh new file mode 100755 index 0000000..d280c9c --- /dev/null +++ b/.local/bin/hypr/hypr_update_plugins.sh @@ -0,0 +1,6 @@ +#!/bin/env bash + +hyprpm update +hyprpm add https://github.com/Duckonaut/split-monitor-workspaces +hyprpm enable split-monitor-workspaces +hyprpm reload |
