Adds config for hypr
This commit is contained in:
parent
6469f64213
commit
95f3e5a5d7
12 changed files with 762 additions and 0 deletions
16
.config/hypr/config/WorkspaceRules.conf
Normal file
16
.config/hypr/config/WorkspaceRules.conf
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# /* ---- 💫 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-4
|
||||
$secondary=DP-2
|
||||
|
||||
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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue