diff --git a/henrovnix_ok/assets/conf/desktop/hypr/bindings.conf b/henrovnix_ok/assets/conf/desktop/hypr/bindings.conf index f03cb8043..6275fae58 100644 --- a/henrovnix_ok/assets/conf/desktop/hypr/bindings.conf +++ b/henrovnix_ok/assets/conf/desktop/hypr/bindings.conf @@ -43,13 +43,16 @@ bind = $mainMod, Q, killactive, bind = $mainMod SHIFT, Q, exit, bind = $mainMod SHIFT, R, exec, hyprctl reload -# Default browser -bind = $mainMod, W, exec, flatpak run app.zen_browser.zen - # Switch windows bind = $mainMod, TAB, hyprexpo:expo, toggle bind = ALT, TAB, exec, wofi --show window bind = ALT SHIFT, TAB, cyclenext , prev +bind = $mainMod, period, layoutmsg, move +col +bind = $mainMod, comma, layoutmsg, swapcol l +bind = $mainMod, S, layoutmsg, togglesplitbind = $mainMod, S, layoutmsg, togglesplit + +# Toggle layout manually +bind = SUPER, S, layoutmsg, togglesplit # Focus movement bind = $mainMod, H, movefocus, l @@ -61,7 +64,7 @@ bind = $mainMod, right, movefocus, r bind = $mainMod, up, movefocus, u bind = $mainMod, down, movefocus, d -# # Move windows +# Move windows bind = $mainMod SHIFT, H, movewindow, l bind = $mainMod SHIFT, L, movewindow, r bind = $mainMod SHIFT, K, movewindow, u @@ -109,11 +112,6 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1 -bind = $mainMod, period, layoutmsg, move +col -bind = $mainMod, comma, layoutmsg, swapcol l -bind = $mainMod, S, layoutmsg, togglesplitbind = $mainMod, S, layoutmsg, togglesplit - - # Mouse drag bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow @@ -170,3 +168,4 @@ bind = CTRL ALT, B, exec, flatpak run eu.betterbird.Betterbird bind = CTRL ALT, S, exec, spotify bind = CTRL ALT, z, exec, zeditor bind = $mainMod, w, exec, xdg-open https://nextcloud.data-pro.nu +bind = $mainMod, W, exec, flatpak run app.zen_browser.zen diff --git a/henrovnix_ok/assets/conf/desktop/hypr/hyprscrolling.conf b/henrovnix_ok/assets/conf/desktop/hypr/hyprscrolling.conf index a6b98ce4a..fc26db006 100644 --- a/henrovnix_ok/assets/conf/desktop/hypr/hyprscrolling.conf +++ b/henrovnix_ok/assets/conf/desktop/hypr/hyprscrolling.conf @@ -49,14 +49,3 @@ plugin:hyprscrolling { # Position (top, bottom, left, right) indicator_position = bottom } - -# -------------------------------------------------- -# Optional keybinds -# -------------------------------------------------- - -# Scroll through stack -bind = SUPER, mouse_down, layoutmsg, scroll +1 -bind = SUPER, mouse_up, layoutmsg, scroll -1 - -# Toggle layout manually -bind = SUPER, S, layoutmsg, togglesplit