From 341b0ca8d1b6af84a12fa174b7f9804ddb13469c Mon Sep 17 00:00:00 2001 From: Thierry Schork Date: Mon, 16 Feb 2026 02:35:10 +0100 Subject: [PATCH] - removed hyprExpo settings --- .config/hypr/hyprland.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 57289ff..e56f823 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -155,16 +155,16 @@ master { # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$ # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more -plugin { - hyprexpo { - columns = 3 - gap_size = 1 - bg_col = rgb(111111) - workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1 - - gesture_distance = 300 # how far is the "max" for the gesture - } -} +#plugin { +# hyprexpo { +# columns = 3 +# gap_size = 1 +# bg_col = rgb(111111) +# workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1 +# +# gesture_distance = 300 # how far is the "max" for the gesture +# } +#} # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER @@ -186,7 +186,7 @@ bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, L, exec, hyprlock bind = $mainMod, F, fullscreen, bind = $mainMod, Delete, exec, ~/bin/suspend.sh -bind = $mainMod, HOME, hyprexpo:expo, toggle +#bind = $mainMod, HOME, hyprexpo:expo, toggle #laptop screen brightness bind = $mainMod ALT, 1, exec, sudo brightnessctl s 10%