From d6894c8b2f1b2e545aba32135615944d7c00b55e Mon Sep 17 00:00:00 2001 From: The_miro Date: Tue, 18 Feb 2025 19:43:13 +0100 Subject: [PATCH] added some importand keybinds --- desktopenvs/hyprland/hypr/hyprland.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/desktopenvs/hyprland/hypr/hyprland.conf b/desktopenvs/hyprland/hypr/hyprland.conf index d1b4826..40d5613 100644 --- a/desktopenvs/hyprland/hypr/hyprland.conf +++ b/desktopenvs/hyprland/hypr/hyprland.conf @@ -233,6 +233,9 @@ bind = $mainMod SHIFT, XF86AudioRaiseVolume, movetoworkspace, r+1 binde = $mainMod, XF86AudioMute, togglespecialworkspace, magic binde = $mainMod SHIFT, XF86AudioMute, movetoworkspace, special:magic +bind = $mainMod, TAB, cyclenext + +bind = $mainMod ALT CTRL SHIFT, END, exit bind = $mainMod CTRL, left, workspace, r-1 bind = $mainMod CTRL, right, workspace, r+1