diff options
| author | krolxon <krolyxon@tutanota.com> | 2026-01-07 13:26:51 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2026-01-07 13:26:51 +0530 |
| commit | 627d496fb60088a656956f847e1ef1b03c5cd2b8 (patch) | |
| tree | e9ab93845e29b5ead908d6dd6935e9833c703d92 /.local/bin/hypr/hypr_update_plugins.sh | |
| parent | d1a4318b2f2ebd83ca35f6e2908ef3adda10cde8 (diff) | |
modularize hyprland configs, add zoom, scale, rotate script and keybinds
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 |
