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
|
||||
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*$
|
||||
|
||||
@@ -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
|
||||
|
||||
Submodule .config/nvim updated: 24c0f370d0...f24a1029aa
@@ -70,6 +70,10 @@ provider = "todo"
|
||||
prefix = "%"
|
||||
provider = "bookmarks"
|
||||
|
||||
[[browsers]]
|
||||
name = "firefox"
|
||||
command = "firefox --new-window %VALUE%"
|
||||
|
||||
[[providers.prefixes]]
|
||||
prefix = "="
|
||||
provider = "calc"
|
||||
|
||||
Reference in New Issue
Block a user