💄 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,6 +1,6 @@
|
|||
# Generated by nwg-displays on 2023-09-04 at 18:08:34. Do not edit manually.
|
||||
|
||||
monitor=HDMI-A-1,1920x1080@74.973,2560x300,1.0
|
||||
monitor=HDMI-A-1,transform,3
|
||||
monitor=DP-3,2560x1080@74.990997,0x0,1.0
|
||||
monitor=DP-1,2560x1080@74.991,0x1080,1.0
|
||||
monitor = HDMI-A-1,1920x1080@74.973,2560x300,1.0
|
||||
monitor = HDMI-A-1,transform,3
|
||||
monitor = DP-3,2560x1080@74.990997,0x0,1.0
|
||||
monitor = DP-1,2560x1080@74.991,0x1080,1.0
|
||||
|
|
|
@ -1,32 +1,32 @@
|
|||
# Generated by nwg-displays on 2023-09-04 at 18:08:34. Do not edit manually.
|
||||
|
||||
workspace=DP-1,1
|
||||
workspace=DP-1,2
|
||||
workspace=DP-1,3
|
||||
workspace=DP-1,4
|
||||
workspace=DP-1,5
|
||||
workspace=DP-1,6
|
||||
workspace=DP-1,7
|
||||
workspace=DP-1,8
|
||||
workspace=DP-1,9
|
||||
workspace=DP-1,10
|
||||
workspace=DP-3,11
|
||||
workspace=DP-3,12
|
||||
workspace=DP-3,13
|
||||
workspace=DP-3,14
|
||||
workspace=DP-3,15
|
||||
workspace=DP-3,16
|
||||
workspace=DP-3,17
|
||||
workspace=DP-3,18
|
||||
workspace=DP-3,19
|
||||
workspace=DP-3,20
|
||||
workspace=HDMI-A-1,21
|
||||
workspace=HDMI-A-1,22
|
||||
workspace=HDMI-A-1,23
|
||||
workspace=HDMI-A-1,24
|
||||
workspace=HDMI-A-1,25
|
||||
workspace=HDMI-A-1,26
|
||||
workspace=HDMI-A-1,27
|
||||
workspace=HDMI-A-1,28
|
||||
workspace=HDMI-A-1,29
|
||||
workspace=HDMI-A-1,30
|
||||
workspace = DP-1,1
|
||||
workspace = DP-1,2
|
||||
workspace = DP-1,3
|
||||
workspace = DP-1,4
|
||||
workspace = DP-1,5
|
||||
workspace = DP-1,6
|
||||
workspace = DP-1,7
|
||||
workspace = DP-1,8
|
||||
workspace = DP-1,9
|
||||
workspace = DP-1,10
|
||||
workspace = DP-3,11
|
||||
workspace = DP-3,12
|
||||
workspace = DP-3,13
|
||||
workspace = DP-3,14
|
||||
workspace = DP-3,15
|
||||
workspace = DP-3,16
|
||||
workspace = DP-3,17
|
||||
workspace = DP-3,18
|
||||
workspace = DP-3,19
|
||||
workspace = DP-3,20
|
||||
workspace = HDMI-A-1,21
|
||||
workspace = HDMI-A-1,22
|
||||
workspace = HDMI-A-1,23
|
||||
workspace = HDMI-A-1,24
|
||||
workspace = HDMI-A-1,25
|
||||
workspace = HDMI-A-1,26
|
||||
workspace = HDMI-A-1,27
|
||||
workspace = HDMI-A-1,28
|
||||
workspace = HDMI-A-1,29
|
||||
workspace = HDMI-A-1,30
|
||||
|
|
|
@ -1,14 +1,12 @@
|
|||
# Autostart
|
||||
exec-once=$HOME/.config/hypr/scripts/autostart
|
||||
|
||||
# Keybinds (change to whichever keybinds you want to use)
|
||||
exec-once = $HOME/.config/hypr/scripts/autostart
|
||||
|
||||
# Configs (change to whichever config you want to use)
|
||||
source=~/.config/hypr/configs/monitors.conf
|
||||
source=~/.config/hypr/configs/workspaces.conf
|
||||
source = ~/.config/hypr/configs/binds.conf
|
||||
source = ~/.config/hypr/configs/monitors.conf
|
||||
source = ~/.config/hypr/configs/workspaces.conf
|
||||
|
||||
# Theme (change to whichever theme you want to use)
|
||||
source=~/.config/hypr/themes/luna/luna.conf
|
||||
source=~/.config/hypr/themes/luna/theme.conf
|
||||
source=~/.config/hypr/themes/luna/rules.conf
|
||||
source = ~/.config/hypr/themes/luna/luna.conf
|
||||
source = ~/.config/hypr/themes/luna/theme.conf
|
||||
source = ~/.config/hypr/themes/luna/rules.conf
|
||||
|
|
|
@ -1,47 +1,41 @@
|
|||
# Mouse and keyboard Config
|
||||
input {
|
||||
kb_layout=us,es
|
||||
kb_model=
|
||||
kb_options=compose:rctrl,level3:ralt_switch,grp:win_space_toggle
|
||||
kb_rules=
|
||||
kb_layout = us,es
|
||||
kb_options = compose:rctrl,level3:ralt_switch,grp:win_space_toggle
|
||||
|
||||
follow_mouse=1
|
||||
numlock_by_default=true
|
||||
follow_mouse = 1
|
||||
numlock_by_default = true
|
||||
|
||||
touchpad {
|
||||
natural_scroll=yes
|
||||
disable_while_typing=true
|
||||
scroll_factor=1
|
||||
natural_scroll = yes
|
||||
disable_while_typing = true
|
||||
scroll_factor = 1
|
||||
}
|
||||
}
|
||||
|
||||
device:sonix-usb-device {
|
||||
kb_layout=es,us
|
||||
kb_model=
|
||||
kb_options=compose:rctrl,level3:ralt_switch,grp:win_space_toggle
|
||||
kb_rules=
|
||||
kb_layout = es,us
|
||||
kb_options = compose:rctrl,level3:ralt_switch,grp:win_space_toggle
|
||||
|
||||
numlock_by_default=true
|
||||
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=
|
||||
kb_layout = us,es
|
||||
kb_options = compose:rctrl,level3:ralt_switch,grp:win_space_toggle
|
||||
|
||||
numlock_by_default=true
|
||||
numlock_by_default = true
|
||||
}
|
||||
|
||||
misc {
|
||||
always_follow_on_dnd=true
|
||||
disable_hyprland_logo=true
|
||||
always_follow_on_dnd = true
|
||||
disable_hyprland_logo = true
|
||||
vrr = 0
|
||||
animate_manual_resizes=true
|
||||
animate_mouse_windowdragging=false
|
||||
enable_swallow=true
|
||||
groupbar_titles_font_size=11
|
||||
groupbar_text_color=rgba(cad3f5ff)
|
||||
animate_manual_resizes = true
|
||||
animate_mouse_windowdragging = false
|
||||
enable_swallow = true
|
||||
groupbar_titles_font_size = 11
|
||||
groupbar_text_color = rgba(cad3f5ff)
|
||||
groupbar_gradients = false
|
||||
}
|
||||
|
||||
|
@ -58,6 +52,6 @@ dwindle {
|
|||
}
|
||||
|
||||
gestures {
|
||||
workspace_swipe=yes
|
||||
workspace_swipe_fingers=4
|
||||
workspace_swipe = yes
|
||||
workspace_swipe_fingers = 4
|
||||
}
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
general {
|
||||
border_size=2
|
||||
col.inactive_border=rgba(b7bdf869)
|
||||
border_size = 2
|
||||
col.inactive_border = rgba(b7bdf869)
|
||||
col.active_border = rgba(c6d0f5ee) rgba(b7bdf869) rgba(b7bdf869) rgba(c6d0f5ee) 45deg
|
||||
col.group_border =rgba(c6d0f599)
|
||||
col.group_border = rgba(c6d0f599)
|
||||
col.group_border_active = rgba(b7bdf8ff)
|
||||
|
||||
gaps_in=10
|
||||
gaps_out=20
|
||||
gaps_in = 10
|
||||
gaps_out = 20
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding=7
|
||||
rounding = 7
|
||||
multisample_edges = true
|
||||
|
||||
active_opacity=0.95
|
||||
inactive_opacity=0.9
|
||||
active_opacity = 0.95
|
||||
inactive_opacity = 0.9
|
||||
|
||||
blur {
|
||||
enabled = yes
|
||||
|
@ -29,24 +29,27 @@ decoration {
|
|||
dim_strength = 0.05
|
||||
|
||||
drop_shadow = yes
|
||||
shadow_range=100
|
||||
shadow_render_power=5
|
||||
col.shadow= 0x53000000
|
||||
col.shadow_inactive=0x32000000
|
||||
shadow_range = 100
|
||||
shadow_render_power = 5
|
||||
col.shadow = 0x53000000
|
||||
col.shadow_inactive = 0x32000000
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled=1
|
||||
enabled = 1
|
||||
|
||||
bezier = default, 0.05, 0.9, 0.1, 1.05
|
||||
bezier=overshot,0.13,0.99,0.29,1.1
|
||||
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=windowsOut, 1,5, overshot, popin
|
||||
animation=windowsMove,1,5,overshot,slide
|
||||
animation=fadeIn,1,10,default
|
||||
animation=fadeOut,1,10,default
|
||||
animation=workspaces,1,6,overshot,slide
|
||||
|
||||
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
|
||||
animation = fadeOut,1,10,default
|
||||
animation = workspaces,1,6,overshot,slide
|
||||
animation = border, 1, 1, liner
|
||||
animation = borderangle, 1, 30, liner, loop
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue