diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 14:19:06 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 14:19:06 +0900 |
| commit | ac636784948045854be19dc8a2f347480fd85671 (patch) | |
| tree | 17cb1dbbba207b5b22d647853fd0d8945a487560 /config/hypr/UserConfigs/WorkspaceRules.conf | |
| parent | 765642c6beff60ccc75e56512a33fc3b6ef47a74 (diff) | |
Some formatting, header adjustments on conf and scripts
Diffstat (limited to 'config/hypr/UserConfigs/WorkspaceRules.conf')
| -rw-r--r-- | config/hypr/UserConfigs/WorkspaceRules.conf | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config/hypr/UserConfigs/WorkspaceRules.conf b/config/hypr/UserConfigs/WorkspaceRules.conf index 8e98244a..350022b1 100644 --- a/config/hypr/UserConfigs/WorkspaceRules.conf +++ b/config/hypr/UserConfigs/WorkspaceRules.conf @@ -5,9 +5,15 @@ # https://wiki.hyprland.org/Configuring/Workspace-Rules/ -# Assigning workspace to a certain monitor +# Assigning workspace to a certain monitor. Below are just examples # workspace = 1, monitor:eDP-1 -# workspace = 2, monitor:DP-2 +# workspace = 2, monitor:eDP-1 +# workspace = 3, monitor:eDP-1 +# workspace = 4, monitor:eDP-1 +# workspace = 5, monitor:DP-2 +# workspace = 6, monitor:DP-2 +# workspace = 7, monitor:DP-2 +# workspace = 8, monitor:DP-2 # example rules (from wiki) |
