From d205603f98434c3db82aaf92f6d4024a55c26f81 Mon Sep 17 00:00:00 2001 From: ltadeu6 Date: Fri, 27 Mar 2026 22:10:06 -0300 Subject: [PATCH] workspaces --- hypr/hyprland.conf | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index cffcbfa..514e55f 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -7,14 +7,17 @@ # # Please note not all available settings / options are set here. -# For a full list, see the wiki + # For a full list, see the wiki # # 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