change hypr configs
This commit is contained in:
@@ -1,17 +1,20 @@
|
|||||||
monitor=,2560x1440@180,auto,auto
|
################
|
||||||
|
### MONITORS ###
|
||||||
|
################
|
||||||
|
|
||||||
exec-once = waybar
|
monitor=,preferred,auto,1
|
||||||
exec-once = ~/.scripts/wallpaper-changer.sh
|
|
||||||
exec-once = [workspace 3 silent] chromium
|
|
||||||
exec-once = [workspace 4 silent] telegram-desktop
|
|
||||||
exec-once = [workspace 6 silent] alacritty -e ncspot
|
|
||||||
|
|
||||||
env = XCURSOR_THEME,Qogir-white-cursors
|
#################
|
||||||
env = XCURSOR_SIZE,24
|
### AUTOSTART ###
|
||||||
env = HYPRCURSOR_SIZE,24
|
#################
|
||||||
env = ELECTRON_OZONE_PLATFORM_HINT,wayland
|
|
||||||
env = MOZ_ENABLE_WAYLAND,1
|
# exec-once = waybar & hyprpaper & firefox
|
||||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
exec-once = uwsm app -- /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
|
exec-once = uwsm app -- swww-daemon
|
||||||
|
|
||||||
|
#####################
|
||||||
|
### LOOK AND FEEL ###
|
||||||
|
#####################
|
||||||
|
|
||||||
general {
|
general {
|
||||||
gaps_in = 5
|
gaps_in = 5
|
||||||
@@ -37,30 +40,31 @@ decoration {
|
|||||||
inactive_opacity = 1.0
|
inactive_opacity = 1.0
|
||||||
|
|
||||||
shadow {
|
shadow {
|
||||||
enabled = true
|
enabled = false
|
||||||
range = 4
|
|
||||||
render_power = 3
|
|
||||||
color = rgba(1a1a1aee)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
blur {
|
blur {
|
||||||
enabled = true
|
enabled = true
|
||||||
size = 3
|
size = 6
|
||||||
passes = 1
|
passes = 2
|
||||||
|
|
||||||
vibrancy = 0.1696
|
noise = 0.025
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled = yes, please :)
|
enabled = true
|
||||||
|
|
||||||
bezier = easeOutQuint,0.23,1,0.32,1
|
# Default curves, see https://wiki.hypr.land/Configuring/Animations/#curves
|
||||||
bezier = easeInOutCubic,0.65,0.05,0.36,1
|
# NAME, X0, Y0, X1, Y1
|
||||||
bezier = linear,0,0,1,1
|
bezier = easeOutQuint, 0.23, 1, 0.32, 1
|
||||||
bezier = almostLinear,0.5,0.5,0.75,1.0
|
bezier = easeInOutCubic, 0.65, 0.05, 0.36, 1
|
||||||
bezier = quick,0.15,0,0.1,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 = global, 1, 10, default
|
||||||
animation = border, 1, 5.39, easeOutQuint
|
animation = border, 1, 5.39, easeOutQuint
|
||||||
animation = windows, 1, 4.79, easeOutQuint
|
animation = windows, 1, 4.79, easeOutQuint
|
||||||
@@ -74,9 +78,10 @@ animations {
|
|||||||
animation = layersOut, 1, 1.5, linear, fade
|
animation = layersOut, 1, 1.5, linear, fade
|
||||||
animation = fadeLayersIn, 1, 1.79, almostLinear
|
animation = fadeLayersIn, 1, 1.79, almostLinear
|
||||||
animation = fadeLayersOut, 1, 1.39, almostLinear
|
animation = fadeLayersOut, 1, 1.39, almostLinear
|
||||||
animation = workspaces, 1, 1.94, almostLinear, fade
|
animation = workspaces, 1, 1.94, almostLinear, slide
|
||||||
animation = workspacesIn, 1, 1.21, almostLinear, fade
|
animation = workspacesIn, 1, 1.94, almostLinear, slide
|
||||||
animation = workspacesOut, 1, 1.94, almostLinear, fade
|
animation = workspacesOut, 1, 1.94, almostLinear, slide
|
||||||
|
animation = zoomFactor, 1, 7, quick
|
||||||
}
|
}
|
||||||
|
|
||||||
dwindle {
|
dwindle {
|
||||||
@@ -98,82 +103,102 @@ render {
|
|||||||
direct_scanout = 1
|
direct_scanout = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#############
|
||||||
|
### INPUT ###
|
||||||
|
#############
|
||||||
|
|
||||||
input {
|
input {
|
||||||
kb_layout = us, ru, ua
|
kb_layout = us, ua, ru
|
||||||
kb_variant =
|
|
||||||
kb_model =
|
|
||||||
kb_options = grp:win_space_toggle
|
kb_options = grp:win_space_toggle
|
||||||
kb_rules =
|
|
||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
accel_profile = flat
|
|
||||||
|
|
||||||
sensitivity = 0
|
sensitivity = 0
|
||||||
|
accel_profile = flat
|
||||||
|
|
||||||
touchpad {
|
touchpad {
|
||||||
natural_scroll = false
|
natural_scroll = true
|
||||||
|
disable_while_typing = false
|
||||||
|
scroll_factor = 0.6
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bind = SUPER, RETURN, exec, alacritty
|
gestures {
|
||||||
bind = SUPER, E, exec, nemo
|
#workspace_swipe = true
|
||||||
bind = SUPER, R, exec, rofi -show run
|
gesture = 3, up, mod: SUPER, scale: 1.5, fullscreen
|
||||||
bind = SUPER, D, exec, rofi -show drun
|
}
|
||||||
bind = , Print, exec, grim - | wl-copy && notify-send "Screenshot copied to clipboard!"
|
|
||||||
bind = SUPER SHIFT, S, exec, grim -g "$(slurp)" - | wl-copy && notify-send "Screenshot copied to clipboard!"
|
|
||||||
|
|
||||||
bind = SUPER, Q, killactive,
|
###################
|
||||||
bind = SUPER, S, togglefloating,
|
### KEYBINDINGS ###
|
||||||
bind = SUPER, F, fullscreen,
|
###################
|
||||||
bind = SUPER, P, pseudo,
|
|
||||||
bind = SUPER, J, togglesplit,
|
$mainMod = SUPER
|
||||||
bind = SUPER ALT, E, exit,
|
|
||||||
|
bind = $mainMod, Return, exec, alacritty
|
||||||
|
bind = $mainMod, Q, killactive,
|
||||||
|
#bind = $mainMod, M, exit,
|
||||||
|
bind = $mainMod, E, exec, uwsm app -- 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
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = SUPER, left, movefocus, l
|
bind = $mainMod, left, movefocus, l
|
||||||
bind = SUPER, right, movefocus, r
|
bind = $mainMod, right, movefocus, r
|
||||||
bind = SUPER, up, movefocus, u
|
bind = $mainMod, up, movefocus, u
|
||||||
bind = SUPER, down, movefocus, d
|
bind = $mainMod, down, movefocus, d
|
||||||
|
|
||||||
# Switch workspaces with mainMod + [0-9]
|
# Switch workspaces with mainMod + [0-9]
|
||||||
bind = SUPER, 1, workspace, 1
|
bind = $mainMod, 1, workspace, 1
|
||||||
bind = SUPER, 2, workspace, 2
|
bind = $mainMod, 2, workspace, 2
|
||||||
bind = SUPER, 3, workspace, 3
|
bind = $mainMod, 3, workspace, 3
|
||||||
bind = SUPER, 4, workspace, 4
|
bind = $mainMod, 4, workspace, 4
|
||||||
bind = SUPER, 5, workspace, 5
|
bind = $mainMod, 5, workspace, 5
|
||||||
bind = SUPER, 6, workspace, 6
|
bind = $mainMod, 6, workspace, 6
|
||||||
bind = SUPER, 7, workspace, 7
|
bind = $mainMod, 7, workspace, 7
|
||||||
bind = SUPER, 8, workspace, 8
|
bind = $mainMod, 8, workspace, 8
|
||||||
bind = SUPER, 9, workspace, 9
|
bind = $mainMod, 9, workspace, 9
|
||||||
bind = SUPER, 0, workspace, 10
|
bind = $mainMod, 0, workspace, 10
|
||||||
|
|
||||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
||||||
bind = SUPER SHIFT, 1, movetoworkspace, 1
|
bind = $mainMod SHIFT, 1, movetoworkspacesilent, 1
|
||||||
bind = SUPER SHIFT, 2, movetoworkspace, 2
|
bind = $mainMod SHIFT, 2, movetoworkspacesilent, 2
|
||||||
bind = SUPER SHIFT, 3, movetoworkspace, 3
|
bind = $mainMod SHIFT, 3, movetoworkspacesilent, 3
|
||||||
bind = SUPER SHIFT, 4, movetoworkspace, 4
|
bind = $mainMod SHIFT, 4, movetoworkspacesilent, 4
|
||||||
bind = SUPER SHIFT, 5, movetoworkspace, 5
|
bind = $mainMod SHIFT, 5, movetoworkspacesilent, 5
|
||||||
bind = SUPER SHIFT, 6, movetoworkspace, 6
|
bind = $mainMod SHIFT, 6, movetoworkspacesilent, 6
|
||||||
bind = SUPER SHIFT, 7, movetoworkspace, 7
|
bind = $mainMod SHIFT, 7, movetoworkspacesilent, 7
|
||||||
bind = SUPER SHIFT, 8, movetoworkspace, 8
|
bind = $mainMod SHIFT, 8, movetoworkspacesilent, 8
|
||||||
bind = SUPER SHIFT, 9, movetoworkspace, 9
|
bind = $mainMod SHIFT, 9, movetoworkspacesilent, 9
|
||||||
bind = SUPER SHIFT, 0, movetoworkspace, 10
|
bind = $mainMod SHIFT, 0, 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
|
# Scroll through existing workspaces with mainMod + scroll
|
||||||
bind = SUPER, mouse_down, workspace, e+1
|
bind = $mainMod, mouse_down, workspace, e+1
|
||||||
bind = SUPER, mouse_up, workspace, e-1
|
bind = $mainMod, mouse_up, workspace, e-1
|
||||||
|
|
||||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||||
bindm = SUPER, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
bindm = SUPER, mouse:273, resizewindow
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
|
|
||||||
# Laptop multimedia keys for volume and LCD brightness
|
# Laptop multimedia keys for volume and LCD brightness
|
||||||
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+
|
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @DEFAULT_AUDIO_SINK@ 5%+
|
||||||
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
bindel = ,XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||||
bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
bindel = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||||
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
bindel = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||||
bindel = ,XF86MonBrightnessUp, exec, brightnessctl s 10%+
|
bindel = ,XF86MonBrightnessUp, exec, brightnessctl -e4 -n2 set 5%+
|
||||||
bindel = ,XF86MonBrightnessDown, exec, brightnessctl s 10%-
|
bindel = ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 5%-
|
||||||
|
|
||||||
# Requires playerctl
|
# Requires playerctl
|
||||||
bindl = , XF86AudioNext, exec, playerctl next
|
bindl = , XF86AudioNext, exec, playerctl next
|
||||||
@@ -185,17 +210,28 @@ bindl = , XF86AudioPrev, exec, playerctl previous
|
|||||||
### WINDOWS AND WORKSPACES ###
|
### WINDOWS AND WORKSPACES ###
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
# See https://wiki.hypr.land/Configuring/Window-Rules/ for more
|
||||||
# See https://wiki.hyprland.org/Configuring/Workspace-Rules/ for workspace rules
|
# See https://wiki.hypr.land/Configuring/Workspace-Rules/ for workspace rules
|
||||||
|
|
||||||
# Bitwarden float popup
|
# Example windowrule
|
||||||
windowrule = float,title:^(_crx_nngceckbapebfimnlniiiahkandclblb)$
|
# windowrule = float,class:^(kitty)$,title:^(kitty)$
|
||||||
|
|
||||||
windowrule = float,class:^(org.telegram.desktop)$
|
|
||||||
windowrule = opacity 0.85, class:^(code)$
|
|
||||||
|
|
||||||
# Ignore maximize requests from apps. You'll probably like this.
|
# Ignore maximize requests from apps. You'll probably like this.
|
||||||
windowrule = suppressevent maximize, class:.*
|
windowrule = suppressevent maximize, class:.*
|
||||||
|
|
||||||
# Fix some dragging issues with XWayland
|
# Fix some dragging issues with XWayland
|
||||||
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0
|
||||||
|
|
||||||
|
windowrule = noblur, class:negative:^(Alacritty)$
|
||||||
|
|
||||||
|
windowrule = float,class:^(org.telegram.desktop)$
|
||||||
|
windowrule = float,class:^(nemo)$
|
||||||
|
windowrule = float,class:^(engrampa)$
|
||||||
|
windowrule = float,class:^(viewnior)$
|
||||||
|
windowrule = float,class:^(PortProton)$
|
||||||
|
|
||||||
|
windowrule = workspace 4, class:^(discord)$
|
||||||
|
windowrule = workspace 7, class:^(steam)$
|
||||||
|
windowrule = workspace 7, class:^(org\.prismlauncher\.PrismLauncher)$
|
||||||
|
|
||||||
|
#windowrule = immediate, class:^(Minecraft* 1.20.1)$
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
preload = ~/Pictures/Wallpapers/wallhaven-5g22q5.png
|
|
||||||
wallpaper = , ~/Pictures/Wallpapers/wallhaven-5g22q5.png
|
|
||||||
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
interval=300
|
|
||||||
walldir=~/Pictures/Wallpapers
|
|
||||||
monitor=$(hyprctl monitors | grep Monitor | awk '{print $2}')
|
|
||||||
|
|
||||||
while true; do
|
|
||||||
img=$(find "$walldir" -type f | shuf -n 1) # Выбираем случайное изображение
|
|
||||||
hyprctl hyprpaper unload all
|
|
||||||
hyprctl hyprpaper preload "$img"
|
|
||||||
hyprctl hyprpaper wallpaper "$monitor, $img"
|
|
||||||
sleep $interval
|
|
||||||
done
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user