diff options
| author | Ja.KooLit <ejhay.games@gmail.com> | 2024-05-02 09:47:40 +0900 |
|---|---|---|
| committer | Ja.KooLit <ejhay.games@gmail.com> | 2024-05-02 09:47:40 +0900 |
| commit | 371976a4cfbe70ea871e8d32051dcfa5a5569faf (patch) | |
| tree | 4e1e23bc7f11da24dc982cbd5a1f86116f8ee1bd /config/hypr/hyprland.conf | |
| parent | 1af3f2cd9bddf55df8051cd9f1a15c997e7ffd24 (diff) | |
added Windowrules.Conf - to assign workspace rules, ie, assigning specific workspace into a certain monitors
Diffstat (limited to 'config/hypr/hyprland.conf')
| -rw-r--r-- | config/hypr/hyprland.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 343b887b..a8ae26f4 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -16,4 +16,5 @@ source= $UserConfigs/Laptops.conf source= $UserConfigs/LaptopDisplay.conf source= $UserConfigs/WindowRules.conf source= $UserConfigs/UserKeybinds.conf -source= $UserConfigs/UserSettings.conf
\ No newline at end of file +source= $UserConfigs/UserSettings.conf +source= $UserConfigs/WorkspaceRules.conf
\ No newline at end of file |
