From 3b62a2b1d3afb1858ba779c1121d9a6fbd79b75b Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Fri, 25 Apr 2025 10:26:35 +0200 Subject: [PATCH] modify hyprland config --- dot_config/hypr/input.conf | 2 +- dot_config/hypr/keybindings.conf | 6 ++++++ dot_config/hypr/look_and_feel.conf | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/dot_config/hypr/input.conf b/dot_config/hypr/input.conf index 1c250e3..9e8b9ec 100644 --- a/dot_config/hypr/input.conf +++ b/dot_config/hypr/input.conf @@ -24,7 +24,7 @@ input { # https://wiki.hyprland.org/Configuring/Variables/#gestures gestures { - workspace_swipe = false + workspace_swipe = true } # Example per-device config diff --git a/dot_config/hypr/keybindings.conf b/dot_config/hypr/keybindings.conf index 903639f..0ba45ed 100644 --- a/dot_config/hypr/keybindings.conf +++ b/dot_config/hypr/keybindings.conf @@ -111,3 +111,9 @@ bindl = , XF86AudioNext, exec, playerctl next bindl = , XF86AudioPause, exec, playerctl play-pause bindl = , XF86AudioPlay, exec, playerctl play-pause bindl = , XF86AudioPrev, exec, playerctl previous + +# Temporäres Deaktivieren aller Keybinds via submap +bind = SUPER, Escape, submap, clean +submap = clean +bind = SUPER, Escape, submap, reset +submap = reset diff --git a/dot_config/hypr/look_and_feel.conf b/dot_config/hypr/look_and_feel.conf index 56273af..18d6809 100644 --- a/dot_config/hypr/look_and_feel.conf +++ b/dot_config/hypr/look_and_feel.conf @@ -34,7 +34,7 @@ general { col.inactive_border = rgba(595959aa) # Set to true enable resizing windows by clicking and dragging on borders and gaps - resize_on_border = false + resize_on_border = true # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on allow_tearing = false @@ -102,4 +102,5 @@ binds { pass_mouse_when_bound = true workspace_back_and_forth = true allow_workspace_cycles = true + disable_keybind_grabbing = true }