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