diff options
Diffstat (limited to '.config/hypr/hyprland.conf')
-rw-r--r-- | .config/hypr/hyprland.conf | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index f722e84..01e91dc 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -43,37 +43,42 @@ decoration { animations { enabled = yes - animation = windows, 1, 2, default, popin 90% + animation = windows, 1, 3, default, slide animation = border, 1, 2, default animation = fade, 1, 1, default - animation = workspaces, 1, 2, default, slide + animation = workspaces, 1, 3, default, slide } gestures { workspace_swipe = yes workspace_swipe_fingers = 4 - workspace_swipe_distance = 300 - workspace_swipe_invert = yes + workspace_swipe_distance = 400 workspace_swipe_min_speed_to_force = 10 - workspace_swipe_cancel_ratio = 0.5 - workspace_swipe_create_new = 1 +} + +misc { + disable_hyprland_logo = true + disable_splash_rendering = true + enable_swallow = true } $modkey = SUPER windowrule = float, title:^(ec)$ windowrule = size 50% 50%, title:^(ec)$ -windowrule = move 25% 25%, title:^(ec)$ +windowrule = center, title:^(ec)$ -#bind = $modkey, Space, exec, kbd 2>/dev/null bind = $modkey, Space, exec, exec wofi --show run -bind = $modkey, E, exec, emacsclient -c -a emacs -bind = $modkey, P, exec, vault +bind = $modkey, E, exec, exec emacsclient -c -a emacs +bind = $modkey, P, exec, exec vault bind = $modkey, Q, killactive, -bind = $modkey, W, exec, firefox -bind = $modkey, return, exec, kitty +bind = $modkey, W, exec, exec firefox +bind = $modkey, return, exec, exec foot bind = $modkey, F, fullscreen, 0 -bind = $modkey, C, exec, ec 2>/dev/null +bind = $modkey, C, exec, exec ec 2>/dev/null +bind = $modkey, M, exec, emacsclient -c -e '(mu4e)' +bind = $modkey SHIFT, F, togglefloating +bind = $modkey, B, exec, exec cm # Change focused window bind = $modkey, H, movefocus, l @@ -138,7 +143,7 @@ binde = , xf86audioraisevolume, exec, amixer -q sset Master 5%+ #binde = , xf86audionext, exec, mpc next binde = , xf86monbrightnessup, exec, lux -I 5 binde = , xf86monbrightnessdown, exec, lux -D 5 -binde = , xf86audiomedia, exec, kitty -e nvim ~/.config/hypr/hyprland.conf +binde = , xf86audiomedia, exec, foot -e nvim ~/.config/hypr/hyprland.conf bind = , print, exec, scrot bind = SHIFT, xf86monbrightnessup, exec, lux -S 100 |