From d6f83c8b8a10537ebcd89144c4f588f8d973c204 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Sat, 11 Mar 2023 15:54:54 +0000 Subject: [PATCH] Tweaks --- users/daniel/configs/desktop/hyprland/hyprland.conf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/users/daniel/configs/desktop/hyprland/hyprland.conf b/users/daniel/configs/desktop/hyprland/hyprland.conf index e247a2d..ac438de 100644 --- a/users/daniel/configs/desktop/hyprland/hyprland.conf +++ b/users/daniel/configs/desktop/hyprland/hyprland.conf @@ -12,7 +12,7 @@ input { kb_layout = gb kb_variant = kb_model = - kb_options = caps:swapescape + kb_options = caps:escape kb_rules = follow_mouse = 2 @@ -24,7 +24,7 @@ input { } accel_profile = flat - sensitivity = 0 # -1.0 - 1.0, 0 means no modification. + sensitivity = 0.5 # -1.0 - 1.0, 0 means no modification. } general { @@ -109,6 +109,12 @@ bind = $mainMod, L, movefocus, r bind = $mainMod, K, movefocus, u bind = $mainMod, J, movefocus, d +# Move focus with mainMod + vim keys +bind = $mainMod, left, movewindow, l +bind = $mainMod, right, movewindow, r +bind = $mainMod, up, movewindow, u +bind = $mainMod, down, movewindow, d + # Switch workspaces with mainMod + [0-9] bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2 @@ -136,6 +142,8 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10 bind = $mainMod, U, movetoworkspace, -1 bind = $mainMod, I, movetoworkspace, +1 +bind = $mainMod SHIFT, space, togglefloating, + binde=, XF86AudioLowerVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%- bind=, XF86AudioMute, exec, wpctl set-mute -l 1.0 @DEFAULT_AUDIO_SINK@ toggle binde=, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.0 @DEFAULT_AUDIO_SINK@ 5%+