made some changes
This commit is contained in:
@@ -2,9 +2,6 @@ source = ~/.config/hypr/hardware.conf
|
||||
source = ~/.config/hypr/monitors.conf
|
||||
source = ~/.config/hypr/hyprcolors.conf
|
||||
# monitor = , preferred, auto, 1.0
|
||||
monitor = eDP-1, addreserved, 36, 0, 0, 0
|
||||
monitor = HDMI-A-1, addreserved, 36, 0, 0, 0
|
||||
monitor = HEADLESS, addreserved, 36, 0, 0, 0
|
||||
|
||||
# Run stuff on launch
|
||||
env = PATH, $PATH:$HOME/.local/bin:$HOME/.cargo/bin
|
||||
@@ -13,15 +10,14 @@ exec-once = quickshell
|
||||
exec-once = hypridle
|
||||
exec-once = /lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once = keyd-application-mapper -d
|
||||
exec-once = ags run --gtk 3
|
||||
exec-once = hyprpm reload
|
||||
exec-once = kanshi
|
||||
|
||||
# Theming with envvars for some reason
|
||||
env = XCURSOR_SIZE, 22
|
||||
env = XCURSOR_THEME, GoogleDot-Black
|
||||
envd = GTK_THEME, Graphite-green-Dark
|
||||
# env = GTK_ICON_THEME, BeautyLine
|
||||
envd = GTK_THEME, Graphite-Dark
|
||||
env = GTK_ICON_THEME, YAMIS
|
||||
env = HYPRCURSOR_SIZE, 22
|
||||
env = HYPRCURSOR_THEME, GoogleDot-hypr
|
||||
env = QT_QPA_PLATFORMTHEME, gtk3
|
||||
@@ -56,17 +52,17 @@ decoration {
|
||||
# fullscreen_opacity = 1.0
|
||||
blur {
|
||||
enabled = true
|
||||
size = 2
|
||||
passes = 2
|
||||
size = 8
|
||||
passes = 3
|
||||
new_optimizations = true
|
||||
ignore_opacity = true
|
||||
special = false
|
||||
brightness = 0.2
|
||||
}
|
||||
shadow {
|
||||
range = 12
|
||||
render_power = 3
|
||||
scale = 0.998
|
||||
range = 18
|
||||
render_power = 4
|
||||
scale = 0.9995
|
||||
color = rgba(000000ff)
|
||||
}
|
||||
}
|
||||
@@ -90,8 +86,8 @@ animations {
|
||||
animation = layersOut , 1, 2, easeIn, slide
|
||||
animation = fadeLayersIn , 1, 3, easeOut
|
||||
animation = fadeLayersOut , 1, 2, easeIn
|
||||
animation = workspaces , 1, 3, easeOut, slide
|
||||
animation = specialWorkspace , 1, 3, default, slidevert
|
||||
animation = workspaces , 1, 3, easeOut, slidefade 15%
|
||||
animation = specialWorkspace , 1, 3, default, slidefadevert 10%
|
||||
animation = zoomFactor , 1, 3, default
|
||||
animation = monitorAdded , 1, 3, default
|
||||
}
|
||||
@@ -120,6 +116,13 @@ plugin {
|
||||
# function = linear
|
||||
# }
|
||||
#}
|
||||
# hymission {
|
||||
# outer_padding_top = 80
|
||||
# outer_padding_right = 80
|
||||
# outer_padding_left = 80
|
||||
# outer_padding_bottom = 80
|
||||
# expand_selected_window = true
|
||||
# }
|
||||
}
|
||||
|
||||
# Smart gaps
|
||||
@@ -141,10 +144,8 @@ windowrule = match:class (Xdg-desktop-portal-gtk), no_blur on
|
||||
windowrule = match:class (eog), float on, center on
|
||||
windowrule = match:class steam_app.*, fullscreen on
|
||||
windowrule = match:class steam_app.*, workspace 5
|
||||
windowrule = match:class steam, workspace special
|
||||
windowrule = match:class (mpv|loupe|com.gabm.satty), float on
|
||||
windowrule = match:class (mpv|loupe|com.gabm.satty), size 90% 95%
|
||||
windowrule = match:class chromium-browser, no_shadow on
|
||||
# windowrule = center 1, floating:1
|
||||
|
||||
# Misc layer rules
|
||||
@@ -152,6 +153,7 @@ layerrule = match:namespace bar, animation slide
|
||||
layerrule = match:namespace swww-daemon, animation popin
|
||||
layerrule = match:namespace selection, animation fade
|
||||
layerrule = match:namespace hyprpicker, animation fade
|
||||
layerrule = match:namespace picker, animation fade
|
||||
layerrule = match:namespace wayscriber, animation fade
|
||||
layerrule = match:namespace quickshell, no_anim on
|
||||
|
||||
@@ -163,7 +165,6 @@ layerrule = match:namespace lazerpopup, order 2
|
||||
layerrule = match:namespace notifpanel, order 3
|
||||
layerrule = match:namespace notification, order 4
|
||||
|
||||
|
||||
source = ~/.config/hypr/hyprbinds.conf
|
||||
|
||||
binds {
|
||||
@@ -172,16 +173,17 @@ binds {
|
||||
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
animate_manual_resizes = true
|
||||
disable_splash_rendering = false
|
||||
on_focus_under_fullscreen = 2
|
||||
key_press_enables_dpms = true
|
||||
mouse_move_enables_dpms = true
|
||||
focus_on_activate = true
|
||||
session_lock_xray = true
|
||||
session_lock_xray = false
|
||||
animate_manual_resizes = true
|
||||
enable_anr_dialog = false
|
||||
background_color = 0x222222
|
||||
background_color = 0x141414
|
||||
enable_swallow = true
|
||||
swallow_regex = ^neovide$
|
||||
}
|
||||
|
||||
cursor {
|
||||
|
||||
Reference in New Issue
Block a user