workspaces
This commit is contained in:
parent
f728e188d1
commit
d205603f98
1 changed files with 23 additions and 4 deletions
|
|
@ -13,8 +13,11 @@
|
|||
# autogenerated = 1 # remove this line to remove the warning
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=HDMI-A-1,1920x1080@60,0x0,1
|
||||
# monitor=HDMI-A-2,3840x2160@30,0x0,2
|
||||
$ULTRA = desc:LG Electronics LG ULTRAWIDE 512AZWSDD473
|
||||
$SIDE = desc:STD Computer Inc LED
|
||||
|
||||
monitor = $ULTRA,3440x1440@159.96,0x0,1, bitdepth, 10, cm, hdr, sdrbrightness, 1.35
|
||||
monitor = $SIDE,1920x1080@60,-1400x-1080,1
|
||||
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
|
@ -142,6 +145,7 @@ misc {
|
|||
focus_on_activate = false
|
||||
}
|
||||
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||
# device {
|
||||
|
|
@ -162,7 +166,9 @@ windowrulev2 = workspace 4 silent, title:^Steam
|
|||
|
||||
|
||||
# TF2 → workspace 4
|
||||
windowrulev2 = workspace 4, class:^(tf_linux64)$
|
||||
|
||||
windowrulev2 = workspace 4 silent, class:^(tf_linux64)$
|
||||
windowrulev2 = monitor $ULTRA, class:^(tf_linux64)$
|
||||
|
||||
# Proton / Windows Steam games → workspace 4
|
||||
windowrulev2 = workspace 4 silent, class:^(steam_app_.*)$
|
||||
|
|
@ -172,6 +178,19 @@ windowrulev2 = workspace 2 silent, class:^(Emacs)$
|
|||
|
||||
# layerrule = unset, notificationse
|
||||
|
||||
workspace = 1, monitor:$ULTRA, default:true
|
||||
workspace = 2, monitor:$ULTRA
|
||||
workspace = 3, monitor:$ULTRA
|
||||
workspace = 4, monitor:$ULTRA
|
||||
workspace = 5, monitor:$ULTRA
|
||||
workspace = 6, monitor:$ULTRA
|
||||
workspace = 7, monitor:$ULTRA
|
||||
workspace = 8, monitor:$ULTRA
|
||||
workspace = 9, monitor:$ULTRA
|
||||
|
||||
workspace = 10, monitor:$SIDE
|
||||
|
||||
|
||||
# Keybinds
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue