diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-05 00:11:05 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-05 00:11:05 +0900 |
| commit | e27bc1e75280f02a0798e7150d7e7c775ee1aff6 (patch) | |
| tree | 156f3d32fc5f6d20389baa84b496ad94f9406d6a /config/hypr/UserConfigs/WorkspaceRules.conf | |
| parent | 41c3de1b08d253a8b9a78f7c15ee1eb2ac1d9395 (diff) | |
| parent | c32e177c6696c3d283188cbabc1a78cd4364476c (diff) | |
Merge pull request #233 from JaKooLit/development
V2.2.10 Changes
Diffstat (limited to 'config/hypr/UserConfigs/WorkspaceRules.conf')
| -rw-r--r-- | config/hypr/UserConfigs/WorkspaceRules.conf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/WorkspaceRules.conf b/config/hypr/UserConfigs/WorkspaceRules.conf new file mode 100644 index 00000000..8e98244a --- /dev/null +++ b/config/hypr/UserConfigs/WorkspaceRules.conf @@ -0,0 +1,20 @@ +# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # + +# You can set workspace rules to achieve workspace-specific behaviors. +# For instance, you can define a workspace where all windows are drawn without borders or gaps. + +# https://wiki.hyprland.org/Configuring/Workspace-Rules/ + +# Assigning workspace to a certain monitor +# workspace = 1, monitor:eDP-1 +# workspace = 2, monitor:DP-2 + + +# example rules (from wiki) +# workspace = 3, rounding:false, decorate:false +# workspace = name:coding, rounding:false, decorate:false, gapsin:0, gapsout:0, border:false, decorate:false, monitor:DP-1 +# workspace = 8,bordersize:8 +# workspace = name:Hello, monitor:DP-1, default:true +# workspace = name:gaming, monitor:desc:Chimei Innolux Corporation 0x150C, default:true +# workspace = 5, on-created-empty:[float] firefox +# workspace = special:scratchpad, on-created-empty:foot
\ No newline at end of file |
