Compare commits
2 commits
e58a34be26
...
33323d1004
Author | SHA1 | Date | |
---|---|---|---|
33323d1004 | |||
21b1fac60d |
1 changed files with 5 additions and 13 deletions
|
@ -1,12 +1,4 @@
|
|||
# This is an example Hyprland config file.
|
||||
# Syntax is the same as in Hypr, but settings might differ.
|
||||
#
|
||||
# Refer to the wiki for more information.
|
||||
|
||||
#
|
||||
# Please note not all available settings / options are set here.
|
||||
# For a full list, see the wiki (basic and advanced configuring)
|
||||
#
|
||||
# Hyprland Config
|
||||
|
||||
source=~/.config/hypr/conf.d/vars.conf
|
||||
|
||||
|
@ -56,10 +48,10 @@ decoration {
|
|||
|
||||
animations {
|
||||
enabled=1
|
||||
animation=windows,1,1,default
|
||||
animation=border,1,1,default
|
||||
animation=fade,1,1,default
|
||||
animation=workspaces,1,1,default
|
||||
animation=windows,1,0.5,default
|
||||
animation=border,1,0.5,default
|
||||
animation=fade,1,0.5,default
|
||||
animation=workspaces,1,0.5,default
|
||||
}
|
||||
|
||||
dwindle {
|
||||
|
|
Loading…
Reference in a new issue