mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 22:53:50 +01:00
update hyprland config
This commit is contained in:
parent
3832b37f87
commit
eda5fa88ff
1 changed files with 14 additions and 4 deletions
|
@ -65,14 +65,23 @@ animations {
|
|||
|
||||
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
|
||||
|
||||
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = overshoot, 0.05, 0.9, 0.1, 1.05
|
||||
|
||||
animation = windows, 1, 7, myBezier
|
||||
animation = windows, 1, 7, overshoot
|
||||
animation = windowsOut, 1, 7, default, popin 80%
|
||||
animation = border, 1, 10, default
|
||||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 7, default
|
||||
animation = workspaces, 1, 6, default
|
||||
animation = workspaces, 1, 6, overshoot, slidefade 20%
|
||||
}
|
||||
|
||||
misc {
|
||||
# Covered by wallpaper
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
|
||||
animate_manual_resizes = true
|
||||
animate_mouse_windowdragging = true
|
||||
}
|
||||
|
||||
dwindle {
|
||||
|
@ -195,6 +204,7 @@ env = WLR_NO_HARDWARE_CURSORS, 1
|
|||
<! end !>
|
||||
|
||||
exec-once = waybar
|
||||
exec-once = wpaperd
|
||||
exec-once = swww-daemon
|
||||
exec-once = sleep 1 && randomwallpaper
|
||||
exec-once = hyprctl setcursor <% opt.cursor.theme %> <% opt.cursor.size %>
|
||||
exec-once = wired # wired works meh on WL
|
||||
|
|
Loading…
Reference in a new issue