initial commit x2
This commit is contained in:
147
old_rach/hypr/hyprland.conf
Normal file
147
old_rach/hypr/hyprland.conf
Normal file
@@ -0,0 +1,147 @@
|
||||
autogenerated = 0
|
||||
|
||||
monitor = HDMI-A-2,1920x1080@100,0x100,1
|
||||
|
||||
|
||||
# exec-once = $terminal
|
||||
exec-once = hyprctl setcursor cursor 25
|
||||
exec-once = hyprpaper
|
||||
exec-once = eww open bar
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
env = XDG_CURRENT_DESKTOP='Hyprland'
|
||||
env = XDG_SESSION_TYPE='wayland'
|
||||
env = XDG_SESSION_DESKTOP='Hyprland'
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR='1'
|
||||
env = QT_QPA_PLATFORM='wayland'
|
||||
env = QT_QPA_PLATFORMTHEME='gtk3'
|
||||
|
||||
|
||||
general {
|
||||
gaps_in = 15
|
||||
gaps_out = 30
|
||||
|
||||
border_size = 2
|
||||
|
||||
col.active_border = rgb(32302f)
|
||||
col.inactive_border = rgb(1d2021)
|
||||
|
||||
resize_on_border = true
|
||||
allow_tearing = true
|
||||
layout = dwindle
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 10
|
||||
rounding_power = 2
|
||||
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 1.0
|
||||
|
||||
shadow {
|
||||
enabled = true
|
||||
range = 5
|
||||
render_power = 5
|
||||
color = rgba(1d2021ee)
|
||||
}
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
size = 3
|
||||
passes = 1
|
||||
|
||||
vibrancy = 0.1696
|
||||
}
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = yes, please :)
|
||||
|
||||
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.0
|
||||
bezier = quick,0.15,0,0.1,1
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
dwindle {
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
}
|
||||
|
||||
misc {
|
||||
force_default_wallpaper = 0
|
||||
disable_hyprland_logo = true
|
||||
}
|
||||
|
||||
input {
|
||||
kb_layout = us,ru
|
||||
kb_options = grp:alt_shift_toggle
|
||||
follow_mouse = 1
|
||||
sensitivity = 1.3
|
||||
}
|
||||
|
||||
gestures {
|
||||
workspace_swipe = false
|
||||
}
|
||||
|
||||
|
||||
$mod = SUPER
|
||||
|
||||
bind = alt, l, exec, eww open lock-dialog
|
||||
bind = alt, g, exec, eww close bar
|
||||
bind = alt, m, exec, eww open bar
|
||||
|
||||
bind = $mod shift, q, exit
|
||||
bind = $mod ctrl, r, exec, eww open reboot-dialog
|
||||
bind = $mod ctrl, q, exec, eww open off-dialog
|
||||
bind = alt, l, exec, eww open lock-dialog-zopa
|
||||
|
||||
bind = $mod, c, killactive,
|
||||
bind = $mod, s, togglefloating,
|
||||
bind = $mod, t, pseudo,
|
||||
bind = $mod, g, togglesplit
|
||||
|
||||
bind = alt, space, exec, rofi -show drun -config ~/.config/rofi/rofi.rasi
|
||||
|
||||
bind = $mod, 1, workspace, 1
|
||||
bind = $mod, 2, workspace, 2
|
||||
bind = $mod, 3, workspace, 3
|
||||
bind = $mod, 4, workspace, 4
|
||||
bind = $mod, 5, workspace, 5
|
||||
bind = $mod, 6, workspace, 6
|
||||
|
||||
bind = $mod SHIFT, 1, movetoworkspace, 1
|
||||
bind = $mod SHIFT, 2, movetoworkspace, 2
|
||||
bind = $mod SHIFT, 3, movetoworkspace, 3
|
||||
bind = $mod SHIFT, 4, movetoworkspace, 4
|
||||
bind = $mod SHIFT, 5, movetoworkspace, 5
|
||||
bind = $mod SHIFT, 6, movetoworkspace, 6
|
||||
|
||||
bind = $mod, mouse_down, workspace, e+1
|
||||
bind = $mod, mouse_up, workspace, e-1
|
||||
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mod, mouse:272, movewindow
|
||||
bindm = $mod, mouse:273, resizewindow
|
||||
|
||||
|
||||
Reference in New Issue
Block a user