forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
Executable
+191
@@ -0,0 +1,191 @@
|
||||
# This file contains general customization options
|
||||
# For Environment variables see env.conf
|
||||
# For Keybinds variables see keybinds.conf
|
||||
# For Auto-run stuff see execs.conf
|
||||
#autogenerated = 1
|
||||
|
||||
# I haven't updated yet but prepared
|
||||
# source=~/.config/hypr/env.conf
|
||||
|
||||
# Monitor: reserve space for eww bar
|
||||
monitor=eDP-1,1920x1080@60,0x0,1
|
||||
monitor=eDP-1, addreserved, 53, 0, 0, 0
|
||||
monitor=HDMI-A-1,1920x1080@60,1920x0,1,mirror,eDP-1
|
||||
|
||||
#################### Core components (authentication, idle daemon and stuff) ##############
|
||||
source=~/.config/hypr/execs.conf
|
||||
|
||||
############################# Keybinds ############################
|
||||
source=~/.config/hypr/keybinds.conf
|
||||
|
||||
############################## Input ##############################
|
||||
input {
|
||||
# Mouse
|
||||
# accel_profile = adaptive
|
||||
force_no_accel = false
|
||||
#sensitivity = 0
|
||||
# osu
|
||||
# force_no_accel = true
|
||||
# sensitivity = -0.23
|
||||
|
||||
# Keyboard
|
||||
kb_layout = us
|
||||
follow_mouse = 1
|
||||
numlock_by_default = true
|
||||
|
||||
touchpad {
|
||||
natural_scroll = yes
|
||||
disable_while_typing = true
|
||||
clickfinger_behavior = true
|
||||
scroll_factor = 0.7
|
||||
}
|
||||
scroll_method = 2fg
|
||||
}
|
||||
gestures {
|
||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||
workspace_swipe = true
|
||||
workspace_swipe_distance = 1200px
|
||||
workspace_swipe_fingers = 4
|
||||
workspace_swipe_cancel_ratio = 0.2
|
||||
workspace_swipe_min_speed_to_force = 5
|
||||
workspace_swipe_create_new = true
|
||||
}
|
||||
|
||||
general {
|
||||
# Gaps and border
|
||||
gaps_in = 4
|
||||
gaps_out = 8
|
||||
border_size = 3
|
||||
|
||||
# Fallback colors
|
||||
col.active_border = rgba(0DB7D4FF) rgba(7AA2F7FF) rgba(9778D0FF) 45deg
|
||||
col.inactive_border = rgba(04404aaa)
|
||||
|
||||
# Functionality
|
||||
#resize_on_border = true
|
||||
}
|
||||
|
||||
|
||||
decoration {
|
||||
# Blur rules
|
||||
# blurls=gtk-layer-shell
|
||||
rounding = 17
|
||||
|
||||
# Blur
|
||||
blur = yes
|
||||
blur_size = 4
|
||||
blur_passes = 4
|
||||
blur_new_optimizations = on
|
||||
#blur_xray = true
|
||||
# Shadow
|
||||
drop_shadow = yes
|
||||
shadow_range = 1
|
||||
shadow_render_power = 1
|
||||
col.shadow = rgba(010101DD)
|
||||
|
||||
# Opacity
|
||||
|
||||
|
||||
# Shader (bluelight)
|
||||
# screen_shader = ~/.config/hypr/shaders/extradark.frag
|
||||
|
||||
# Dim
|
||||
dim_inactive = false
|
||||
dim_strength = 0.1
|
||||
dim_special = 0
|
||||
}
|
||||
|
||||
# Animation tree
|
||||
# global
|
||||
# ↳ windows - styles: slide, popin
|
||||
# ↳ windowsIn - window open
|
||||
# ↳ windowsOut - window close
|
||||
# ↳ windowsMove - everything in between, moving, dragging, resizing.
|
||||
# ↳ fade
|
||||
# ↳ fadeIn - fade in (open) -> layers and windows
|
||||
# ↳ fadeOut - fade out (close) -> layers and windows
|
||||
# ↳ fadeSwitch - fade on changing activewindow and its opacity
|
||||
# ↳ fadeShadow - fade on changing activewindow for shadows
|
||||
# ↳ fadeDim - the easing of the dimming of inactive windows
|
||||
# ↳ border - for animating the border's color switch speed
|
||||
# ↳ borderangle - for animating the border's gradient angle - styles: once (default), loop
|
||||
# ↳ workspaces - styles: slide, slidevert, fade
|
||||
# ↳ specialWorkspace - styles: same as workspaces
|
||||
|
||||
animations {
|
||||
enabled = yes
|
||||
# Animation curves
|
||||
|
||||
bezier = md3_standard, 0.2, 0.0, 0, 1.0
|
||||
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.05
|
||||
bezier = hyprnostretch, 0.05, 0.9, 0.1, 1.0
|
||||
bezier = win10, 0, 0, 0, 1
|
||||
bezier = gnome, 0, 0.85, 0.3, 1
|
||||
bezier = funky, 0.46, 0.35, -0.2, 1.2
|
||||
# Animation configs
|
||||
animation = windows, 1, 3, md3_decel, slide
|
||||
animation = border, 1, 10, default
|
||||
animation = fade, 1, 0.0000001, default
|
||||
animation = workspaces, 1, 3, md3_decel, slide
|
||||
}
|
||||
|
||||
misc {
|
||||
vfr = true
|
||||
vrr = 1
|
||||
focus_on_activate = true
|
||||
animate_manual_resizes = false #annoying
|
||||
animate_mouse_windowdragging = false #pecking annoying why is this true by default :(
|
||||
disable_hyprland_logo = false
|
||||
}
|
||||
debug {
|
||||
#overlay = true
|
||||
}
|
||||
dwindle {
|
||||
preserve_split = true # you probably want this
|
||||
}
|
||||
|
||||
# Efficiency
|
||||
general {
|
||||
gaps_in = 0
|
||||
gaps_out = 0
|
||||
border_size = 2
|
||||
}
|
||||
decoration {
|
||||
rounding = 0
|
||||
}
|
||||
monitor=eDP-1, addreserved, 32, 0, 0, 0
|
||||
|
||||
######## Window rules ########
|
||||
#windowrule = float, ^(firefox)$
|
||||
windowrule = float, ^(steam)$
|
||||
windowrule = float, ^(guifetch)$
|
||||
|
||||
#windowrule = opacity 0.9 override 0.9 override, ^(firefox)$
|
||||
# Dialogs
|
||||
windowrule=float,title:^(Open File)(.*)$
|
||||
windowrule=float,title:^(Open Folder)(.*)$
|
||||
windowrule=float,title:^(Save As)(.*)$
|
||||
windowrule=float,title:^(Library)(.*)$
|
||||
windowrulev2 = float, class:^com.github.hluk.copyq$
|
||||
######## Layer rules ########
|
||||
|
||||
|
||||
plugin {
|
||||
hyprbars {
|
||||
bar_color = rgba(090727FF)
|
||||
bar_height = 20
|
||||
bar_text_size = 10
|
||||
bar_text_color = rgba(7775D0FF)
|
||||
}
|
||||
borders-plus-plus {
|
||||
add_borders = 2 # 0 - 2
|
||||
col.border_1 = rgb(82E6F5) # example col for border 1
|
||||
col.border_2 = rgb(2222ff) # example col for border 2
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# Dynamic colors are written here
|
||||
source=~/.config/hypr/colors.conf
|
||||
Reference in New Issue
Block a user