💄 style(hypr): added an space before and after the equal sign in all the config
This commit is contained in:
parent
97fe4011e2
commit
644bcc6b71
5 changed files with 85 additions and 90 deletions
|
@ -1,12 +1,10 @@
|
|||
# Autostart
|
||||
exec-once = $HOME/.config/hypr/scripts/autostart
|
||||
|
||||
# Keybinds (change to whichever keybinds you want to use)
|
||||
|
||||
# Configs (change to whichever config you want to use)
|
||||
source = ~/.config/hypr/configs/binds.conf
|
||||
source = ~/.config/hypr/configs/monitors.conf
|
||||
source = ~/.config/hypr/configs/workspaces.conf
|
||||
source = ~/.config/hypr/configs/binds.conf
|
||||
|
||||
# Theme (change to whichever theme you want to use)
|
||||
source = ~/.config/hypr/themes/luna/luna.conf
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
# Mouse and keyboard Config
|
||||
input {
|
||||
kb_layout = us,es
|
||||
kb_model=
|
||||
kb_options = compose:rctrl,level3:ralt_switch,grp:win_space_toggle
|
||||
kb_rules=
|
||||
|
||||
follow_mouse = 1
|
||||
numlock_by_default = true
|
||||
|
@ -17,18 +15,14 @@ input {
|
|||
|
||||
device:sonix-usb-device {
|
||||
kb_layout = es,us
|
||||
kb_model=
|
||||
kb_options = compose:rctrl,level3:ralt_switch,grp:win_space_toggle
|
||||
kb_rules=
|
||||
|
||||
numlock_by_default = true
|
||||
}
|
||||
|
||||
device:evision-usb-device {
|
||||
kb_layout = us,es
|
||||
kb_model=
|
||||
kb_options = compose:rctrl,level3:ralt_switch,grp:win_space_toggle
|
||||
kb_rules=
|
||||
|
||||
numlock_by_default = true
|
||||
}
|
||||
|
|
|
@ -39,9 +39,12 @@ animations {
|
|||
enabled = 1
|
||||
|
||||
bezier = default, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = overshot,0.13,0.99,0.29,1.1
|
||||
bezier = liner, 1, 1, 1, 1
|
||||
animation=windows,1,5,overshot,popin
|
||||
|
||||
animation = windows,1,6,wind,popin
|
||||
animation = windowsIn, 1,6, overshot, popin
|
||||
animation = windowsOut, 1,5, overshot, popin
|
||||
animation = windowsMove,1,5,overshot,slide
|
||||
animation = fadeIn,1,10,default
|
||||
|
|
Loading…
Add table
Reference in a new issue