loads of stuff idk

This commit is contained in:
voidarclabs
2025-11-22 21:24:33 +00:00
parent d0411d2efb
commit 13208d4b8e
8 changed files with 17 additions and 5 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
[[browsers]]
name = "firefox"
command = "firefox --new-window %VALUE%"

View File

@@ -1,6 +1,8 @@
# Don't dim youtube
windowrulev2 = nodim, class:^(firefox|Firefox)$ title:^(.*YouTube.*)$
windowrulev2 = opaque, class:^(firefox|Firefox)$ title:^(.*YouTube.*)$
windowrulev2 = nodim, class:^(firefox|Firefox)$, title:^(.*YouTube.*)$
windowrulev2 = opaque, class:^(firefox|Firefox)$, title:^(.*YouTube.*)$
windowrulev2 = nodim, class:^(cafe.avery.Delfin)$
windowrulev2 = opaque, class:^(cafe.avery.Delfin)$
# Fix Davinci and Unreal
windowrulev2=unset,class:UnrealEditor$,title:\w*$

View File

@@ -13,6 +13,7 @@ env = GDK_SCALE,1
# Misc
misc {
vrr = 0
animate_manual_resizes = true
disable_hyprland_logo = true
disable_splash_rendering = true
force_default_wallpaper = 0
@@ -92,8 +93,9 @@ animations {
bezier = smooth, .23,.51,.4,.98
bezier = my, .34,.77,.74,1.47
animation = windows, 1, 2, my, slide
animation = windows, 1, 2, smooth, slide
animation = windowsOut, 1, 2, smooth, slide
animation = windowsMove, 1, 3, smooth, slide
animation = border, 1, 2, smooth
animation = borderangle, 1, 8, my
animation = fade, 1, 2, my

View File

@@ -70,6 +70,10 @@ provider = "todo"
prefix = "%"
provider = "bookmarks"
[[browsers]]
name = "firefox"
command = "firefox --new-window %VALUE%"
[[providers.prefixes]]
prefix = "="
provider = "calc"

2
.nixos

Submodule .nixos updated: 42aff30bc9...348b56f27a

1
.zshrc
View File

@@ -15,3 +15,4 @@ alias n="nvim"
alias vinix="nvim ~/.nixos/configuration.nix"
alias vif="nvim ~/.nixos/flake.nix"
alias nrs="sudo nixos-rebuild switch --impure --flake ~/.nixos#mobile02"
alias nsh="nix-shell -p"