14 lines
549 B
Text
14 lines
549 B
Text
# /* ---- 💫 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. Below are just examples
|
|
workspace = 1, name:Browser, monitor:DP-2, default:true
|
|
workspace = 2, name:Terminal
|
|
workspace = 3, name:Discord,monitor:DP-2, default:true
|
|
workspace = 4, name:Gaming
|
|
workspace = 5, name:Music
|
|
|