17 lines
565 B
Plaintext
17 lines
565 B
Plaintext
# To get monitor names: hyprctl monitors -j
|
|
#
|
|
# To get the class/name: hyprctl clients -j | jq '.[] | select(.workspace.id == ID_OF_THE_WORKSPACE)'
|
|
# hyprctl clients -j | jq '.[] | select(.workspace.id == )'
|
|
#
|
|
# To enable scrolling
|
|
# workspace = 1, monitor:desc:BNQ BenQ EX2710U Y8P00876019, layout:scrolling, layoutopt:direction:right
|
|
#
|
|
# to put a specific workspace on a monitor
|
|
# workspace = 3, monitor:desc:LG Electronics LG ULTRAFINE 503NTKF3L437
|
|
#
|
|
# How to set windowrules:
|
|
# windowrule {
|
|
# name = Discord
|
|
# match:class = .*discord.*
|
|
# workspace = 4
|
|
# } |