18 lines
654 B
Text
18 lines
654 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/
|
|
|
|
$primary=DP-2
|
|
$secondary=eDP-1
|
|
|
|
workspace = 1, name:Browser, monitor:$secondary, default:true
|
|
workspace = 2, name:Terminal, monitor:$primary, default:true
|
|
workspace = 3, name:Discord,monitor:$secondary, default:true
|
|
workspace = 4, name:Gaming, monitor:$primary, default:true
|
|
workspace = 5, name:Music
|
|
workspace = 6, name:Programming, monitor:$primary, default:true
|
|
|
|
|