mirror of
https://github.com/gaitas13/dotfiles.git
synced 2025-12-06 07:15:37 +01:00
111 lines
2.1 KiB
Text
111 lines
2.1 KiB
Text
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
|
|
# User Settings
|
|
# This is where you put your own settings as this will not be touched during update
|
|
|
|
# refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables
|
|
|
|
# Sourcing colors generated by pywal
|
|
#source = $HOME/.cache/wal/colors-hyprland
|
|
# blurls = waybar
|
|
# blurls = rofi
|
|
|
|
#dwindle {
|
|
# pseudotile = yes
|
|
# preserve_split = yes
|
|
# special_scale_factor = 0.8
|
|
#}
|
|
|
|
#master {
|
|
# new_is_master=1
|
|
# new_on_top=1
|
|
# mfact = 0.5
|
|
#}
|
|
|
|
|
|
source = $HOME/.config/hypr/UserConfigs/gaps.d/gaps.conf
|
|
general {
|
|
# sensitivity=1.00
|
|
# apply_sens_to_raw=1
|
|
|
|
|
|
|
|
#col.active_border = $color0 $color2 $color4 $color6 $color8 90deg
|
|
#col.inactive_border = $backgroundCol
|
|
|
|
layout = master
|
|
}
|
|
|
|
group {
|
|
#col.border_active = $color15
|
|
|
|
groupbar {
|
|
#col.active = $color0
|
|
}
|
|
}
|
|
|
|
source = $HOME/.config/hypr/UserConfigs/UserSettingsDecoration.conf
|
|
|
|
|
|
source = $HOME/.config/hypr/UserConfigs/animations.d/animations.conf
|
|
|
|
|
|
input {
|
|
kb_layout=es,us
|
|
kb_variant=
|
|
kb_model=
|
|
kb_options=grp:alt_shift_toggle
|
|
kb_rules=
|
|
repeat_rate=50
|
|
repeat_delay=300
|
|
numlock_by_default=1
|
|
left_handed=0
|
|
follow_mouse=1
|
|
float_switch_override_focus=0
|
|
|
|
touchpad {
|
|
disable_while_typing=0
|
|
natural_scroll=1
|
|
clickfinger_behavior=0
|
|
middle_button_emulation=1
|
|
tap-to-click=0
|
|
drag_lock=0
|
|
}
|
|
}
|
|
|
|
gestures {
|
|
workspace_swipe=1
|
|
workspace_swipe_fingers=3
|
|
workspace_swipe_distance=400
|
|
workspace_swipe_invert=1
|
|
workspace_swipe_min_speed_to_force=30
|
|
workspace_swipe_cancel_ratio=0.5
|
|
workspace_swipe_create_new=1
|
|
workspace_swipe_forever=1
|
|
}
|
|
|
|
misc {
|
|
disable_hyprland_logo = true
|
|
disable_splash_rendering = true
|
|
mouse_move_enables_dpms = true
|
|
vfr = true
|
|
enable_swallow = true
|
|
# no_direct_scanout = true #for fullscreen games
|
|
focus_on_activate = false
|
|
swallow_regex = ^(kitty)$
|
|
#disable_autoreload = true
|
|
}
|
|
|
|
binds {
|
|
workspace_back_and_forth=1
|
|
allow_workspace_cycles=1
|
|
pass_mouse_when_bound=0
|
|
}
|
|
|
|
#Enabling it could help when scaling and not pixelating
|
|
xwayland {
|
|
force_zero_scaling = true
|
|
}
|
|
|
|
# toolkit-specific scale
|
|
env = GDK_SCALE,1.25
|
|
env = XCURSOR_SIZE,24
|