diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 00f1e6a..dacf278 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -97,12 +97,12 @@ animations { dwindle { pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true # You probably want this + permanent_direction_override = true } master { new_status = slave mfact = 0.5 - orientation = bottom } misc { @@ -160,6 +160,10 @@ $mainMod = SHIFT ALT bind = $mainMod, X, fullscreen bind = $mainMod, C, killactive, bind = $mainMod, Z, togglefloating, +bind = $mainMod, H, layoutmsg, preselect l +bind = $mainMod, L, layoutmsg, preselect r +bind = $mainMod, J, layoutmsg, preselect d +bind = $mainMod, K, layoutmsg, preselect u bind = ALT, Tab, workspace, e+1 bind = ALT SHIFT, Tab, workspace, emptyn bind = , PRINT, exec, hyprshot -m region diff --git a/config/hypr/hyprland_LABBOX.conf b/config/hypr/hyprland_LABBOX.conf index 2d7cc50..c30e92d 100644 --- a/config/hypr/hyprland_LABBOX.conf +++ b/config/hypr/hyprland_LABBOX.conf @@ -4,6 +4,3 @@ workspace=1,monitor:eDP-1 workspace=2,monitor:HDMI-A-1 exec-once = [workspace 1] picoscope exec-once = [workspace 2] brave -general { - layout = master -} diff --git a/update_arch.sh b/update_arch.sh index 7300182..e25b67b 100755 --- a/update_arch.sh +++ b/update_arch.sh @@ -37,6 +37,7 @@ LABBOX) ROLES[TERMINAL]="yes" ROLES[HYPERLAND]="yes" ROLES[LAB]="yes" + ROLES[BT]="yes" ;; SIMONBOX) ROLES[GAME]="yes"