From f71317e7f19fb0b9c5636ac63897ea57b03ee58d Mon Sep 17 00:00:00 2001 From: ITmail-dk <48917593+ITmail-dk@users.noreply.github.com> Date: Fri, 18 Oct 2024 12:04:43 +0200 Subject: [PATCH] Update install.sh --- install.sh | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 1d10b03..57b0d86 100644 --- a/install.sh +++ b/install.sh @@ -408,11 +408,13 @@ $fourthdMod = CTRL # https://wiki.hyprland.org/Configuring/Binds/ bind = $mainMod, Return, exec, $terminal -bind = $mainMod, W, killactive, -#bind = $mainMod, M, exit, +bind = $mainMod, B, exec, $browser bind = $mainMod, E, exec, $filemanager -bind = $mainMod, F, togglefloating, bind = $mainMod, R, exec, $runmenu + +bind = $mainMod, W, killactive, +bind = $mainMod, F, togglefloating, + bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle @@ -428,6 +430,11 @@ bind = $mainMod $secondMod, right, movewindow, r bind = $mainMod $secondMod, up, movewindow, u bind = $mainMod $secondMod, down, movewindow, d +bind = $mainMod, minus, centerwindow + +bind = $mainMod $secondMod $thirdMod, left, movetoworkspace,-1 +bind = $mainMod $secondMod $thirdMod, right, movetoworkspace,+1 + # Switch workspaces with mainMod + [0-9] bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2 @@ -494,7 +501,7 @@ bind = , XF86Lock, exec, hyprlock bind = $mainMod, l, exec, hyprlock # Open Programs -bind = $mainMod, B, exec, $browser + ############################################# ### RULES - WINDOWS, LAYER AND WORKSPACES ###