hyprland: format file

This commit is contained in:
Alexandre Cavalheiro 2024-08-13 21:58:30 -03:00
parent 7233404b7f
commit 657827e454
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -72,8 +72,8 @@
autogenerated = 0 # remove this line to remove the warning autogenerated = 0 # remove this line to remove the warning
# See https://wiki.hyprland.org/Configuring/Monitors/ # See https://wiki.hyprland.org/Configuring/Monitors/
monitor = DP-3, 1920x1080@75, 2560x0, 1 monitor = DP-3, 1920x1080@74.97, 2561x0, 1
monitor = DP-2, 2560x1440@165, 0x0, 1 monitor = DP-2, 2560x1440@165.00, 0x0, 1
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more
@ -82,7 +82,6 @@
# Execute your favorite apps at launch # Execute your favorite apps at launch
exec-once = ~/.local/share/scripts/hyprland/start_services.sh exec-once = ~/.local/share/scripts/hyprland/start_services.sh
exec = ~/.local/share/scripts/hyprland/start_apps.sh
# Set cursor size. # Set cursor size.
env = HYPRCURSOR_SIZE, 36 env = HYPRCURSOR_SIZE, 36
@ -93,82 +92,82 @@
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/ # For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input { input {
kb_layout = us,br,jp kb_layout = us,br,jp
kb_variant = ,,kana86 kb_variant = ,,kana86
kb_model = kb_model =
kb_options = grp:alts_toggle kb_options = grp:alts_toggle
kb_rules = kb_rules =
follow_mouse = 1 follow_mouse = 1
float_switch_override_focus = 1 float_switch_override_focus = 1
accel_profile = flat accel_profile = flat
force_no_accel = true force_no_accel = true
sensitivity = 0 # -1.0 - 1.0, 0 means no modification. sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
tablet { tablet {
output = DP-2 output = DP-2
} }
} }
general { general {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # See https://wiki.hyprland.org/Configuring/Variables/ for more
gaps_in = 6 gaps_in = 6
gaps_out = 18 gaps_out = 18
border_size = 2 border_size = 2
col.active_border = $base $surface0 $green 45deg col.active_border = $base $surface0 $green 45deg
col.inactive_border = $base $surface0 $blue 45deg col.inactive_border = $base $surface0 $blue 45deg
layout = dwindle layout = dwindle
} }
decoration { decoration {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # See https://wiki.hyprland.org/Configuring/Variables/ for more
rounding = 8 rounding = 8
# FIXME: Check these deprecations. # FIXME: Check these deprecations.
#blur = yes #blur = yes
#blur_size = 3 #blur_size = 3
#blur_passes = 1 #blur_passes = 1
#blur_new_optimizations = on #blur_new_optimizations = on
drop_shadow = yes drop_shadow = yes
shadow_range = 4 shadow_range = 4
shadow_render_power = 3 shadow_render_power = 3
col.shadow = $crust col.shadow = $crust
} }
animations { animations {
enabled = yes enabled = yes
# Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more # Some default animations, see https://wiki.hyprland.org/Configuring/Animations/ for more
bezier = myBezier, 0.05, 0.9, 0.1, 1.05 bezier = myBezier, 0.05, 0.9, 0.1, 1.05
animation = windows, 1, 7, myBezier animation = windows, 1, 7, myBezier
animation = windowsOut, 1, 7, default, popin 80% animation = windowsOut, 1, 7, default, popin 80%
animation = border, 1, 10, default animation = border, 1, 10, default
animation = borderangle, 1, 8, default animation = borderangle, 1, 8, default
animation = fade, 1, 7, default animation = fade, 1, 7, default
animation = workspaces, 1, 6, default animation = workspaces, 1, 6, default
} }
dwindle { dwindle {
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = yes # you probably want this preserve_split = yes # you probably want this
} }
master { master {
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
new_status = slave new_status = slave
} }
gestures { gestures {
# See https://wiki.hyprland.org/Configuring/Variables/ for more # See https://wiki.hyprland.org/Configuring/Variables/ for more
workspace_swipe = off workspace_swipe = off
} }
# Example windowrule v1 # Example windowrule v1