feat: refactor hypr configs

This commit is contained in:
2025-11-22 01:37:53 +02:00
parent bee35f655f
commit 335066d785
9 changed files with 220 additions and 179 deletions

View File

@@ -0,0 +1,31 @@
animations {
enabled = true
# Default curves, see https://wiki.hypr.land/Configuring/Animations/#curves
# NAME, X0, Y0, X1, Y1
bezier = easeOutQuint, 0.23, 1, 0.32, 1
bezier = easeInOutCubic, 0.65, 0.05, 0.36, 1
bezier = linear, 0, 0, 1, 1
bezier = almostLinear, 0.5, 0.5, 0.75, 1
bezier = quick, 0.15, 0, 0.1, 1
# Default animations, see https://wiki.hypr.land/Configuring/Animations/
# NAME, ONOFF, SPEED, CURVE, [STYLE]
animation = global, 1, 10, default
animation = border, 1, 5.39, easeOutQuint
animation = windows, 1, 4.79, easeOutQuint
animation = windowsIn, 1, 4.1, easeOutQuint, popin 87%
animation = windowsOut, 1, 1.49, linear, popin 87%
animation = fadeIn, 1, 1.73, almostLinear
animation = fadeOut, 1, 1.46, almostLinear
animation = fade, 1, 3.03, quick
animation = layers, 1, 3.81, easeOutQuint
animation = layersIn, 1, 4, easeOutQuint, fade
animation = layersOut, 1, 1.5, linear, fade
animation = fadeLayersIn, 1, 1.79, almostLinear
animation = fadeLayersOut, 1, 1.39, almostLinear
animation = workspaces, 1, 1.94, almostLinear, slide
animation = workspacesIn, 1, 1.94, almostLinear, slide
animation = workspacesOut, 1, 1.94, almostLinear, slide
animation = zoomFactor, 1, 7, quick
}

View File

@@ -0,0 +1,19 @@
decoration {
rounding = 10
rounding_power = 2
active_opacity = 1.0
inactive_opacity = 1.0
shadow {
enabled = false
}
blur {
enabled = true
size = 6
passes = 2
noise = 0.025
}
}

View File

@@ -0,0 +1,13 @@
#################
### AUTOSTART ###
#################
exec-once = hyprpm reload -n &
exec-once = waybar &
exec-once = hypridle &
exec-once = swayosd-server &
exec-once = swaybg -i ~/Pictures/Wallpapers/wallhaven-kw22p1.jpg &
exec-once = /usr/lib/hyprpolkitagent/hyprpolkitagent &
exec-once = telegram-desktop -startintray &
#exec-once = kdeconnectd &
#exec-once = kdeconnect-indicator &

View File

@@ -0,0 +1,5 @@
env = ELECTRON_OZONE_PLATFORM_HINT,auto
env = QT_QPA_PLATFORMTHEME,qt6ct
env = XCURSOR_SIZE,24
env = XCURSOR_THEME,Qogir-white-cursors
env = HYPRCURSOR_SIZE,24

View File

@@ -0,0 +1,24 @@
#############
### INPUT ###
#############
input {
kb_layout = us, ua, ru
kb_options = grp:win_space_toggle
follow_mouse = 1
sensitivity = 0
accel_profile = flat
touchpad {
natural_scroll = true
disable_while_typing = false
scroll_factor = 0.6
}
}
gestures {
#workspace_swipe = true
gesture = 3, up, mod: SUPER, scale: 1.5, fullscreen
}

View File

@@ -0,0 +1,79 @@
###################
### KEYBINDINGS ###
###################
$mainMod = SUPER
bind = $mainMod, Return, exec, alacritty
bind = $mainMod, Q, killactive,
#bind = $mainMod, M, exit,
bind = $mainMod, E, exec, nemo
bind = $mainMod, S, togglefloating,
bind = $mainMod, R, exec, wofi --show run
bind = $mainMod, D, exec, wofi --show drun
bind = $mainMod, P, pseudo,
bind = $mainMod, J, togglesplit,
bind = $mainMod, F, fullscreen,
bind = $mainMod Shift, N, exec, networkmanager_dmenu
bind = $mainMod Shift, P, exec, hyprpicker -a
bind = $mainMod Shift, S, exec, hyprshot --clipboard-only -m region
bind = $mainMod Shift, W, exec, hyprshot --clipboard-only -m window
bind = , Print, exec, hyprshot -m region -r - | swappy -f -
bind = $mainMod Shift, R, exec, ~/.local/bin/hypr-record
# Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l
bind = $mainMod, right, movefocus, r
bind = $mainMod, up, movefocus, u
bind = $mainMod, down, movefocus, d
# Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, split:workspace, 1
bind = $mainMod, 2, split:workspace, 2
bind = $mainMod, 3, split:workspace, 3
bind = $mainMod, 4, split:workspace, 4
bind = $mainMod, 5, split:workspace, 5
bind = $mainMod, 6, split:workspace, 6
bind = $mainMod, 7, split:workspace, 7
bind = $mainMod, 8, split:workspace, 8
bind = $mainMod, 9, split:workspace, 9
bind = $mainMod, 0, split:workspace, 10
# Move active window to a workspace with mainMod + SHIFT + [0-9]
bind = $mainMod SHIFT, 1, split:movetoworkspacesilent, 1
bind = $mainMod SHIFT, 2, split:movetoworkspacesilent, 2
bind = $mainMod SHIFT, 3, split:movetoworkspacesilent, 3
bind = $mainMod SHIFT, 4, split:movetoworkspacesilent, 4
bind = $mainMod SHIFT, 5, split:movetoworkspacesilent, 5
bind = $mainMod SHIFT, 6, split:movetoworkspacesilent, 6
bind = $mainMod SHIFT, 7, split:movetoworkspacesilent, 7
bind = $mainMod SHIFT, 8, split:movetoworkspacesilent, 8
bind = $mainMod SHIFT, 9, split:movetoworkspacesilent, 9
bind = $mainMod SHIFT, 0, split:movetoworkspacesilent, 10
# Example special workspace (scratchpad)
#bind = $mainMod, S, togglespecialworkspace, magic
#bind = $mainMod SHIFT, S, movetoworkspacesilent, special:magic
# Scroll through existing workspaces with mainMod + scroll
bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
# Laptop multimedia keys for volume and LCD brightness
bindel = ,XF86AudioRaiseVolume, exec, swayosd-client --output-volume raise --max-volume 120
bindel = ,XF86AudioLowerVolume, exec, swayosd-client --output-volume lower --max-volume 120
bindel = ,XF86AudioMute, exec, swayosd-client --output-volume mute-toggle
bindel = ,XF86AudioMicMute, exec, swayosd-client --input-volume mute-toggle
bindel = ,XF86MonBrightnessUp, exec, swayosd-client --brightness raise
bindel = ,XF86MonBrightnessDown, exec, swayosd-client --brightness lower
# Requires playerctl
bindl = , XF86AudioNext, exec, swayosd-client --playerctl next
bindl = , XF86AudioPause, exec, swayosd-client --playerctl play-pause
bindl = , XF86AudioPlay, exec, swayosd-client --playerctl play-pause
bindl = , XF86AudioPrev, exec, swayosd-client --playerctl previous

View File

@@ -0,0 +1,7 @@
################
### MONITORS ###
################
monitor=,preferred,auto,1
monitor=eDP-1,preferred,auto,1.25
#monitor=HDMI-A-1,3440x1440@100.00,auto,1

View File

@@ -0,0 +1,39 @@
##############################
### WINDOWS AND WORKSPACES ###
##############################
windowrule {
# Ignore maximize requests from all apps. You'll probably like this.
name = suppress-maximize-events
match:class = .*
suppress_event = maximize
}
windowrule {
# Fix some dragging issues with XWayland
name = fix-xwayland-drags
match:class = ^$
match:title = ^$
match:xwayland = true
match:float = true
match:fullscreen = false
match:pin = false
no_focus = true
}
windowrule {
name = float
match:class = ^(nemo|engrampa|org.telegram.desktop|viewnior|PortProton|org.pulseaudio.pavucontrol)$
float = true
}
windowrule {
name = unblur-except
match:class = negative:^(Alacritty)$
no_blur = true
}