loads of stuff idk
This commit is contained in:
Binary file not shown.
3
.config/elephant/bookmarks.toml
Normal file
3
.config/elephant/bookmarks.toml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[[browsers]]
|
||||||
|
name = "firefox"
|
||||||
|
command = "firefox --new-window %VALUE%"
|
||||||
@@ -1,6 +1,8 @@
|
|||||||
# Don't dim youtube
|
# Don't dim youtube
|
||||||
windowrulev2 = nodim, class:^(firefox|Firefox)$ title:^(.*YouTube.*)$
|
windowrulev2 = nodim, class:^(firefox|Firefox)$, title:^(.*YouTube.*)$
|
||||||
windowrulev2 = opaque, 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
|
# Fix Davinci and Unreal
|
||||||
windowrulev2=unset,class:UnrealEditor$,title:\w*$
|
windowrulev2=unset,class:UnrealEditor$,title:\w*$
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ env = GDK_SCALE,1
|
|||||||
# Misc
|
# Misc
|
||||||
misc {
|
misc {
|
||||||
vrr = 0
|
vrr = 0
|
||||||
|
animate_manual_resizes = true
|
||||||
disable_hyprland_logo = true
|
disable_hyprland_logo = true
|
||||||
disable_splash_rendering = true
|
disable_splash_rendering = true
|
||||||
force_default_wallpaper = 0
|
force_default_wallpaper = 0
|
||||||
@@ -92,8 +93,9 @@ animations {
|
|||||||
bezier = smooth, .23,.51,.4,.98
|
bezier = smooth, .23,.51,.4,.98
|
||||||
bezier = my, .34,.77,.74,1.47
|
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 = windowsOut, 1, 2, smooth, slide
|
||||||
|
animation = windowsMove, 1, 3, smooth, slide
|
||||||
animation = border, 1, 2, smooth
|
animation = border, 1, 2, smooth
|
||||||
animation = borderangle, 1, 8, my
|
animation = borderangle, 1, 8, my
|
||||||
animation = fade, 1, 2, my
|
animation = fade, 1, 2, my
|
||||||
|
|||||||
Submodule .config/nvim updated: 24c0f370d0...f24a1029aa
@@ -70,6 +70,10 @@ provider = "todo"
|
|||||||
prefix = "%"
|
prefix = "%"
|
||||||
provider = "bookmarks"
|
provider = "bookmarks"
|
||||||
|
|
||||||
|
[[browsers]]
|
||||||
|
name = "firefox"
|
||||||
|
command = "firefox --new-window %VALUE%"
|
||||||
|
|
||||||
[[providers.prefixes]]
|
[[providers.prefixes]]
|
||||||
prefix = "="
|
prefix = "="
|
||||||
provider = "calc"
|
provider = "calc"
|
||||||
|
|||||||
2
.nixos
2
.nixos
Submodule .nixos updated: 42aff30bc9...348b56f27a
1
.zshrc
1
.zshrc
@@ -15,3 +15,4 @@ alias n="nvim"
|
|||||||
alias vinix="nvim ~/.nixos/configuration.nix"
|
alias vinix="nvim ~/.nixos/configuration.nix"
|
||||||
alias vif="nvim ~/.nixos/flake.nix"
|
alias vif="nvim ~/.nixos/flake.nix"
|
||||||
alias nrs="sudo nixos-rebuild switch --impure --flake ~/.nixos#mobile02"
|
alias nrs="sudo nixos-rebuild switch --impure --flake ~/.nixos#mobile02"
|
||||||
|
alias nsh="nix-shell -p"
|
||||||
|
|||||||
Reference in New Issue
Block a user