diff options
Diffstat (limited to '.config/hypr/hyprland.conf')
-rw-r--r-- | .config/hypr/hyprland.conf | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 631e505..47112d0 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -107,6 +107,7 @@ bind = $MOD CTRL, Q, exec, brave --incognito bind = $MOD ALT, Q, exec, brave --tor bind = $MOD, W, killactive, bind = $MOD CTRL SHIFT, Q, exit, +bind = $MOD, W, exec, emacs, bind = $MOD, R, exec, ranger, bind = $MOD, F, togglefloating, bind = $MOD, Space, togglefloating, @@ -115,11 +116,17 @@ bind = $MOD, R, exec, kitty -e ranger #master-stack layout bind = $MOD, Return,layoutmsg, swapwithmaster + +#fullscreen layout toggle +bind= $MOD, U, fullscreen + # Move focus with MOD + arrow keys #bind = $MOD, h, movefocus, l #bind = $MOD, l, movefocus, r -bind = $MOD, k, movefocus, u -bind = $MOD, j, movefocus, d +#bind = $MOD, k, movefocus, u +#bind = $MOD, j, movefocus, d +bind = $MOD, k, layoutmsg, cycleprev +bind = $MOD, j, layoutmsg, cyclenext # Switch workspaces with MOD + [0-9] bind = $MOD, 1, workspace, 1 |