Refactor of the hypr config
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 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
|
||||
# }
|
||||
Reference in New Issue
Block a user