RM
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
animations {
|
||||
enabled = yes, please :)
|
||||
|
||||
# Animations curves
|
||||
bezier = linear, 0, 0, 1, 1
|
||||
bezier = md3_standard, 0.2, 0, 0, 1
|
||||
bezier = md3_decel, 0.05, 0.7, 0.1, 1
|
||||
bezier = md3_accel, 0.3, 0, 0.8, 0.15
|
||||
bezier = overshot, 0.05, 0.9, 0.1, 1.1
|
||||
bezier = crazyshot, 0.1, 1.5, 0.76, 0.92
|
||||
bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
|
||||
bezier = menu_decel, 0.1, 1, 0, 1
|
||||
bezier = menu_accel, 0.38, 0.04, 1, 0.07
|
||||
bezier = easeInOutCirc, 0.85, 0, 0.15, 1
|
||||
bezier = easeOutCirc, 0, 0.55, 0.45, 1
|
||||
bezier = easeOutExpo, 0.16, 1, 0.3, 1
|
||||
bezier = softAcDecel, 0.26, 0.26, 0.15, 1
|
||||
bezier = md2, 0.4, 0, 0.2, 1 # use with .2s duration
|
||||
|
||||
# Animation configs
|
||||
animation = windows, 1, 3, md3_decel, popin 60%
|
||||
animation = windowsIn, 1, 3, md3_decel, popin 60%
|
||||
animation = windowsOut, 1, 3, md3_accel, popin 60%
|
||||
animation = border, 1, 10, default
|
||||
animation = fade, 1, 3, md3_decel
|
||||
animation = layers, 1, 2, md3_decel, slide
|
||||
animation = layersIn, 1, 3, menu_decel, slide
|
||||
animation = layersOut, 1, 1.6, menu_accel
|
||||
animation = fadeLayersIn, 1, 2, menu_decel
|
||||
animation = fadeLayersOut, 1, 4.5, menu_accel
|
||||
animation = workspaces, 1, 7, menu_decel, slide
|
||||
animation = workspaces, 1, 2.5, softAcDecel, slide
|
||||
animation = workspaces, 1, 7, menu_decel, slidefade 15%
|
||||
animation = specialWorkspace, 1, 3, md3_decel, slidefadevert 15%
|
||||
animation = specialWorkspace, 1, 3, md3_decel, slidevert
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
bind = SUPER, RETURN, exec, runapp xdg-terminal-exec
|
||||
bind = SUPER, E, exec, runapp nautilus
|
||||
bind = SUPER, B, exec, runapp zen
|
||||
bind = SUPER SHIFT, O, exec, runapp obsidian --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-transparent-visuals
|
||||
bind = SUPER, T, exec, runapp Telegram
|
||||
bind = SUPER, F1, exec, pkexec awg-quick up awg0
|
||||
bind = SUPER, F2, exec, pkexec awg-quick down awg0
|
||||
bind = , PRINT, exec, hyprshot -m region
|
||||
|
||||
windowrule = match:class obsidian, match:fullscreen false, opacity 0.95
|
||||
@@ -1,14 +0,0 @@
|
||||
# Multimedia keys for volume and LCD brightness
|
||||
bindel = ,XF86AudioRaiseVolume, exec, wpctl set-volume -l 1 @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 = ,XF86AudioMicMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
bindel = ,XF86MonBrightnessUp, exec, brightnessctl -e4 -n2 set 5%+
|
||||
bindel = ,XF86MonBrightnessDown, exec, brightnessctl -e4 -n2 set 5%-
|
||||
|
||||
# Playerctl
|
||||
bindl = , XF86AudioNext, exec, playerctl next
|
||||
bindl = , XF86AudioPause, exec, playerctl play-pause
|
||||
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
||||
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
@@ -1,113 +0,0 @@
|
||||
gesture = 3, horizontal, workspace
|
||||
|
||||
#animations {
|
||||
# enabled = yes, please :)
|
||||
#
|
||||
# # 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, fade
|
||||
# animation = workspacesIn, 1, 1.21, almostLinear, fade
|
||||
# animation = workspacesOut, 1, 1.94, almostLinear, fade
|
||||
# animation = zoomFactor, 1, 7, quick
|
||||
#}
|
||||
#
|
||||
# Ref https://wiki.hypr.land/Configuring/Workspace-Rules/
|
||||
# "Smart gaps" / "No gaps when only"
|
||||
# uncomment all if you wish to use that.
|
||||
# workspace = w[tv1], gapsout:0, gapsin:0
|
||||
# workspace = f[1], gapsout:0, gapsin:0
|
||||
# windowrule {
|
||||
# name = no-gaps-wtv1
|
||||
# match:float = false
|
||||
# match:workspace = w[tv1]
|
||||
#
|
||||
# border_size = 0
|
||||
# rounding = 0
|
||||
# }
|
||||
#
|
||||
# windowrule {
|
||||
# name = no-gaps-f1
|
||||
# match:float = false
|
||||
# match:workspace = f[1]
|
||||
#
|
||||
# border_size = 0
|
||||
# rounding = 0
|
||||
# }
|
||||
|
||||
# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more
|
||||
#dwindle {
|
||||
# pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
# preserve_split = true # You probably want this
|
||||
#}
|
||||
#
|
||||
## See https://wiki.hypr.land/Configuring/Master-Layout/ for more
|
||||
#master {
|
||||
# new_status = master
|
||||
#}
|
||||
#
|
||||
## https://wiki.hypr.land/Configuring/Variables/#misc
|
||||
#misc {
|
||||
# force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||
# disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
|
||||
#}
|
||||
|
||||
##############################
|
||||
### WINDOWS AND WORKSPACES ###
|
||||
##############################
|
||||
|
||||
# See https://wiki.hypr.land/Configuring/Window-Rules/ for more
|
||||
# See https://wiki.hypr.land/Configuring/Workspace-Rules/ for workspace rules
|
||||
|
||||
# Example windowrules that are useful
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
# Hyprland-run windowrule
|
||||
windowrule {
|
||||
name = move-hyprland-run
|
||||
|
||||
match:class = hyprland-run
|
||||
|
||||
move = 20 monitor_h-120
|
||||
float = yes
|
||||
}
|
||||
@@ -1,12 +0,0 @@
|
||||
monitor = eDP-1, 1920x1080@60, 0x0, 1
|
||||
watchdog_timeout = 0
|
||||
misc:vfr = true
|
||||
|
||||
source = ~/.config/hypr/input.conf
|
||||
source = ~/.config/hypr/hardware-bindings.conf
|
||||
source = ~/.config/hypr/tiling.conf
|
||||
source = ~/.config/hypr/bindings.conf
|
||||
source = ~/.config/hypr/looknfeel.conf
|
||||
source = ~/.config/hypr/animations.conf
|
||||
source = ~/.config/hypr/rules.conf
|
||||
#source = ~/.config/hypr/hypr.conf
|
||||
@@ -1,12 +0,0 @@
|
||||
input {
|
||||
kb_layout = us,ru
|
||||
kb_options = grp:alt_caps_toggle,compose:ralt
|
||||
|
||||
sensitivity = 0.5
|
||||
follow_mouse = 1
|
||||
|
||||
touchpad {
|
||||
natural_scroll = true
|
||||
middle_button_emulation = true
|
||||
}
|
||||
}
|
||||
@@ -1,69 +0,0 @@
|
||||
general {
|
||||
border_size = 3
|
||||
gaps_in = 6
|
||||
gaps_out = 3
|
||||
|
||||
resize_on_border = true
|
||||
layout = dwindle
|
||||
|
||||
col.active_border = rgba(7aa2f7ee)
|
||||
col.inactive_border = rgba(292e42ee)
|
||||
|
||||
snap {
|
||||
enabled = true
|
||||
monitor_gap = 20
|
||||
respect_gaps = true
|
||||
}
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 8
|
||||
border_part_of_window = false
|
||||
blur {
|
||||
enabled = true
|
||||
size = 4
|
||||
passes = 2
|
||||
popups = true
|
||||
special = true
|
||||
brightness = 0.75
|
||||
}
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 6
|
||||
render_power = 3
|
||||
color = rgba(595959aa)
|
||||
}
|
||||
}
|
||||
|
||||
dwindle {
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
}
|
||||
|
||||
exec-once = runapp swww-daemon
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
background_color = 0
|
||||
|
||||
#enable_swallow = true
|
||||
#swallow_regex = ^(kitty)$
|
||||
#swallow_exception_regex = kitty
|
||||
focus_on_activate = true
|
||||
}
|
||||
|
||||
ecosystem:no_donation_nag = true
|
||||
|
||||
cursor {
|
||||
inactive_timeout = 30
|
||||
warp_on_change_workspace = 1
|
||||
hide_on_key_press = true
|
||||
}
|
||||
|
||||
render {
|
||||
cm_sdr_eotf = 2
|
||||
new_render_scheduling = true
|
||||
}
|
||||
xwayland:force_zero_scaling = true
|
||||
|
||||
#layout:single_window_aspect_ratio = 16 9
|
||||
@@ -1,101 +0,0 @@
|
||||
bind = SUPER, W, killactive,
|
||||
bind = SUPER, P, pseudo,
|
||||
bind = SUPER, J, togglesplit,
|
||||
bind = SUPER, F, togglefloating,
|
||||
bind = SUPER, H, resizewindowpixel,100 100,
|
||||
bind = SUPER SHIFT, F, fullscreenstate, 3 3
|
||||
bind = SUPER ALT, F, fullscreenstate, 1 1
|
||||
|
||||
bind = SUPER, O, togglefloating,
|
||||
bind = SUPER, O, pin,
|
||||
|
||||
# Move focus
|
||||
bind = SUPER, left, movefocus, l
|
||||
bind = SUPER, right, movefocus, r
|
||||
bind = SUPER, up, movefocus, u
|
||||
bind = SUPER, down, movefocus, d
|
||||
|
||||
# Cycle through applications on active workspace (ПЕРЕРАБОТАТЬ)
|
||||
bind = ALT, TAB, cyclenext,
|
||||
bind = ALT SHIFT, TAB, cyclenext, prev
|
||||
bind = ALT, TAB, bringactivetotop,
|
||||
bind = ALT SHIFT, TAB, bringactivetotop,
|
||||
|
||||
# Switch workspaces
|
||||
bind = SUPER, 1, workspace, 1
|
||||
bind = SUPER, 2, workspace, 2
|
||||
bind = SUPER, 3, workspace, 3
|
||||
bind = SUPER, 4, workspace, 4
|
||||
bind = SUPER, 5, workspace, 5
|
||||
bind = SUPER, 6, workspace, 6
|
||||
bind = SUPER, 7, workspace, 7
|
||||
bind = SUPER, 8, workspace, 8
|
||||
bind = SUPER, 9, workspace, 9
|
||||
bind = SUPER, 0, workspace, 10
|
||||
|
||||
# TAB between workspaces
|
||||
bind = SUPER, TAB, workspace, e+1
|
||||
bind = SUPER SHIFT, TAB, workspace, e-1
|
||||
bind = SUPER ALT, TAB, workspace, previous
|
||||
|
||||
# Scroll through existing workspaces
|
||||
bind = SUPER, mouse_down, workspace, e+1
|
||||
bind = SUPER, mouse_up, workspace, e-1
|
||||
|
||||
# Swap active window
|
||||
bind = SUPER SHIFT, left, swapwindow, l
|
||||
bind = SUPER SHIFT, right, swapwindow, r
|
||||
bind = SUPER SHIFT, up, swapwindow, u
|
||||
bind = SUPER SHIFT, down, swapwindow, d
|
||||
|
||||
#Move window with mouse
|
||||
bindm = SUPER, mouse:272, movewindow
|
||||
|
||||
# Move active window to a workspace
|
||||
bind = SUPER SHIFT, 1, movetoworkspace, 1
|
||||
bind = SUPER SHIFT, 2, movetoworkspace, 2
|
||||
bind = SUPER SHIFT, 3, movetoworkspace, 3
|
||||
bind = SUPER SHIFT, 4, movetoworkspace, 4
|
||||
bind = SUPER SHIFT, 5, movetoworkspace, 5
|
||||
bind = SUPER SHIFT, 6, movetoworkspace, 6
|
||||
bind = SUPER SHIFT, 7, movetoworkspace, 7
|
||||
bind = SUPER SHIFT, 8, movetoworkspace, 8
|
||||
bind = SUPER SHIFT, 9, movetoworkspace, 9
|
||||
bind = SUPER SHIFT, 0, movetoworkspace, 10
|
||||
|
||||
# Move active window silently to a workspace
|
||||
bind = SUPER SHIFT ALT, 1, movetoworkspacesilent, 1
|
||||
bind = SUPER SHIFT ALT, 2, movetoworkspacesilent, 2
|
||||
bind = SUPER SHIFT ALT, 3, movetoworkspacesilent, 3
|
||||
bind = SUPER SHIFT ALT, 4, movetoworkspacesilent, 4
|
||||
bind = SUPER SHIFT ALT, 5, movetoworkspacesilent, 5
|
||||
bind = SUPER SHIFT ALT, 6, movetoworkspacesilent, 6
|
||||
bind = SUPER SHIFT ALT, 7, movetoworkspacesilent, 7
|
||||
bind = SUPER SHIFT ALT, 8, movetoworkspacesilent, 8
|
||||
bind = SUPER SHIFT ALT, 9, movetoworkspacesilent, 9
|
||||
bind = SUPER SHIFT ALT, 0, movetoworkspacesilent, 10
|
||||
|
||||
# Special workspace (scratchpad)
|
||||
bind = SUPER, S, togglespecialworkspace, scratchpad
|
||||
bind = SUPER SHIFT, S, movetoworkspace, special:scratchpad
|
||||
|
||||
# ДОБАВИТЬ КОНФИГУРАЦИЮ ДЛЯ НЕСКОЛЬКИХ МОНИТОРОВ
|
||||
# ДОБАВИТЬ КОНФИГУРАЦИЮ ГРУПП
|
||||
|
||||
# Resize
|
||||
bind = ALT, R, submap, resize
|
||||
submap = resize
|
||||
|
||||
binde = , right, resizeactive, 10 0
|
||||
binde = , left, resizeactive, -10 0
|
||||
binde = , up, resizeactive, 0 -10
|
||||
binde = , down, resizeactive, 0 10
|
||||
binde = SHIFT, right, resizeactive, 100 0
|
||||
binde = SHIFT, left, resizeactive, -100 0
|
||||
binde = SHIFT, up, resizeactive, 0 -100
|
||||
binde = SHIFT, down, resizeactive, 0 100
|
||||
|
||||
bind = , escape, submap, reset
|
||||
submap = reset
|
||||
|
||||
bindm = SUPER, mouse:273, resizewindow
|
||||
Reference in New Issue
Block a user