changed some stuff lmao

This commit is contained in:
2025-11-04 11:57:41 -08:00
parent bf8d1458d6
commit 66dda01b54
8 changed files with 33 additions and 51 deletions

View File

@@ -11,19 +11,19 @@ exec-once = hypridle
exec-once = nextcloud
exec-once = /lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once = keyd-application-mapper -d
exec-once = ags run
exec-once = ags run --gtk 3
exec-once = hyprpm reload
exec-once = tradjust
exec-once = swww-daemon
exec-once = kanshi
# Theming with envvars for some reason
env = XCURSOR_SIZE, 22
env = XCURSOR_THEME, GoogleDot-Black
envd = GTK_THEME, catppuccin-mocha-sapphire-standard+default
envd = GTK_THEME, Graphite-purple-Dark
env = GTK_ICON_THEME, BeautyLine
env = HYPRCURSOR_SIZE, 22
env = HYPRCURSOR_THEME, GoogleDot-hypr
env = QT_QPA_PLATFORMTHEME, qt6ct
env = QT_QPA_PLATFORMTHEME, gtk3
env = QT_QPA_PLATFORM, wayland;xcb
env = FREETYPE_PROPERTIES,cff:no-stem-darkening=0 autofitter:no-stem-darkening=0
@@ -101,14 +101,12 @@ dwindle {
plugin {
hyprexpo {
columns = 3
gap_size = 5
gap_size = 6
bg_col = rgb(111111)
workspace_method = first 1 # [center/first] [workspace] e.g. first 1 or center m+1
enable_gesture = true # laptop touchpad
gesture_fingers = 3 # 3 or 4
gesture_distance = 300 # how far is the "max"
gesture_positive = true # positive = swipe down. Negative = swipe up.
enable_gesture = false
skip_empty = false
}
#dynamic-cursors {
# enabled = true
@@ -142,7 +140,8 @@ windowrule = size 95% 90%, class:(mpv|loupe)
windowrule = center 1, floating:1
# Misc layer rules
layerrule = animation slide, .*bar.*
layerrule = animation slide, bar
layerrule = animation popin, swww-daemon
layerrule = blur, logout_dialog
layerrule = animation fade, logout_dialog
layerrule = animation fade, selection
@@ -168,6 +167,7 @@ misc {
disable_splash_rendering = false
new_window_takes_over_fullscreen = 2
key_press_enables_dpms = true
mouse_move_enables_dpms = true
focus_on_activate = true
session_lock_xray = true
animate_manual_resizes = true
@@ -181,7 +181,3 @@ cursor {
xwayland {
force_zero_scaling = true
}
debug {
full_cm_proto = true
}