From de51e76fa3328b9336356947e699a1663c742eb2 Mon Sep 17 00:00:00 2001 From: Michel Fedde Date: Wed, 12 Feb 2025 21:46:47 +0100 Subject: [PATCH] Changes config to work better on laptop --- .config/hypr/config/Decoration.conf | 2 +- .config/hypr/config/Keybinds.conf | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.config/hypr/config/Decoration.conf b/.config/hypr/config/Decoration.conf index ed87d52..d403fb3 100644 --- a/.config/hypr/config/Decoration.conf +++ b/.config/hypr/config/Decoration.conf @@ -14,7 +14,7 @@ decoration { inactive_opacity = 0.9 fullscreen_opacity = 1.0 - dim_inactive = true + dim_inactive = false dim_strength = 0.1 dim_special = 0.8 diff --git a/.config/hypr/config/Keybinds.conf b/.config/hypr/config/Keybinds.conf index 07a82b7..d76faa1 100644 --- a/.config/hypr/config/Keybinds.conf +++ b/.config/hypr/config/Keybinds.conf @@ -89,8 +89,11 @@ bind = ALT, Print, exec, $scriptsDir/ScreenShot.sh --active # screenshot (active bind = $mainMod SHIFT, N, exec, swaync-client -t -sw # swayNC notification panel -bind = $mainMod SHIFT, A, movecurrentworkspacetomonitor, l -bind = $mainMod SHIFT, D, movecurrentworkspacetomonitor, r + +bind = $mainMod CTRL, L, movecurrentworkspacetomonitor, r +bind = $mainMod CTRL, H, movecurrentworkspacetomonitor, l +bind = $mainMod CTRL, K, movecurrentworkspacetomonitor, u +bind = $mainMod CTRL, J, movecurrentworkspacetomonitor, d bind = $mainMod, F, fullscreen, 0 bind = $mainMod SHIFT, F, fullscreen, 1