34 lines
915 B
Plaintext
Executable File
34 lines
915 B
Plaintext
Executable File
# Monitors
|
|
{% if system == "desktop_full" %}
|
|
$monitorOne = HDMI-A-1
|
|
$monitorTwo = DP-2
|
|
$monitorThree = HDMI-A-2
|
|
|
|
monitor = $monitorOne,1920x1080@144.001007,0x0,1
|
|
monitor = $monitorTwo,2560x1440@143.912003,1920x0,1
|
|
monitor = $monitorThree,1920x1080@60.000000,4480x0,1
|
|
{% endif %}
|
|
monitor = ,preferred,auto,1
|
|
|
|
|
|
# Window Rules - (hyprctl -j clients | grep class)
|
|
windowrule = workspace 2, class:feishin
|
|
windowrule = workspace 5, class:discord
|
|
windowrule = workspace 5, class:legcord
|
|
|
|
# windowrule = float,class:lutris
|
|
# windowrule = size 965 545, class:lutris
|
|
# windowrule = float,title:^.*culator.*$
|
|
|
|
# Workspace
|
|
{% if system == "desktop_full" %}
|
|
workspace = 1, monitor:$monitorOne, default:true
|
|
workspace = 2, monitor:$monitorOne
|
|
|
|
workspace = 3, monitor:$monitorTwo, default:true
|
|
workspace = 4, monitor:$monitorTwo
|
|
|
|
workspace = 5, monitor:$monitorThree, default:true
|
|
workspace = 6, monitor:$monitorThree
|
|
{% endif %}
|