big vibecode cleanup

This commit is contained in:
2026-03-05 18:57:30 +00:00
parent 62a1779d9e
commit 0d9f9bd4e8
10 changed files with 71 additions and 146 deletions

View File

@@ -22,6 +22,7 @@ $menu = wofi --show run
env = XCURSOR_THEME,Miku Cursor
env = XCURSOR_SIZE,48
env = HYPRCURSOR_SIZE,48
#################
### AUTOSTART ###
@@ -30,7 +31,7 @@ env = XCURSOR_SIZE,48
exec-once = fcitx5
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
exec-once = nm-applet
exec-once = clipit
exec-once = wl-paste --watch cliphist store
exec-once = dunst
exec-once = hypridle # replaces xautolock; configure lock in hypridle.conf
exec-once = waterfox
@@ -222,6 +223,8 @@ bind = $mod, G, layoutmsg, orientationleft # tile horizontally
bind = $mod, V, layoutmsg, orientationbottom # tile vertically
bind = $mod, E, layoutmsg, togglesplit
bind = $mod, w, exec, hyprctl dispatch togglegroup
# --- STICKY (pin floating window) ---
bind = $mod SHIFT, S, pin
@@ -305,6 +308,25 @@ windowrule {
tile = on
}
windowrule {
name = pavucontrol
match:class = ^(pavucontrol)$
float = on
}
windowrule {
name = Lxappearance
match:class = ^(Lxappearance)$
float = on
}
windowrule {
name = PiP
match:title = ^(Picture-in-Picture)$
float = off
bordersize = 0
}
##############################
### WORKSPACE NAMES / ICONS ##