Moves settings to own folder

This commit is contained in:
Michel Fedde 2025-02-12 19:32:01 +01:00
parent 084c39594e
commit f04b78f3d5
14 changed files with 138 additions and 128 deletions

View file

@ -0,0 +1,6 @@
binds {
workspace_back_and_forth = true
allow_workspace_cycles = true
pass_mouse_when_bound = false
}

View file

@ -0,0 +1,8 @@
cursor {
sync_gsettings_theme = true
no_hardware_cursors = 2
enable_hyprcursor = true
warp_on_change_workspace = 2
no_warps = true
}

View file

@ -0,0 +1,5 @@
dwindle {
pseudotile = yes
preserve_split = yes
special_scale_factor = 0.8
}

View file

@ -0,0 +1,5 @@
general {
resize_on_border = true
layout = dwindle
}

View file

@ -0,0 +1,11 @@
gestures {
workspace_swipe = true
workspace_swipe_fingers = 3
workspace_swipe_distance = 500
workspace_swipe_invert = true
workspace_swipe_min_speed_to_force = 30
workspace_swipe_cancel_ratio = 0.5
workspace_swipe_create_new = true
workspace_swipe_forever = true
#workspace_swipe_use_r = true #uncomment if wanted a forever create a new workspace with swipe right
}

View file

@ -0,0 +1,25 @@
input {
kb_layout = de
kb_variant =
kb_model =
kb_options =
kb_rules =
repeat_rate = 50
repeat_delay = 300
accel_profile = adaptive
sensitivity = 0 #mouse sensitivity
numlock_by_default = true
left_handed = false
follow_mouse = true
float_switch_override_focus = false
touchpad {
disable_while_typing = true
natural_scroll = false
clickfinger_behavior = false
middle_button_emulation = true
tap-to-click = true
drag_lock = false
}
}

View file

@ -0,0 +1,30 @@
input {
kb_layout = us
kb_variant =
kb_model =
kb_options =
kb_rules =
repeat_rate = 50
repeat_delay = 300
accel_profile = flat
sensitivity = 0 #mouse sensitivity
numlock_by_default = true
left_handed = false
follow_mouse = true
float_switch_override_focus = false
touchpad {
disable_while_typing = true
natural_scroll = false
clickfinger_behavior = false
middle_button_emulation = true
tap-to-click = true
drag_lock = false
}
}
device {
name = logitech-mx-ergo-1
accel_profile = adaptive
}

View file

@ -0,0 +1,5 @@
master {
new_status = master
new_on_top = 1
mfact = 0.5
}

View file

@ -0,0 +1,13 @@
misc {
disable_hyprland_logo = true
disable_splash_rendering = true
vfr = true
vrr = 2
mouse_move_enables_dpms = true
enable_swallow = true
swallow_regex = ^(kitty)$
focus_on_activate = false
initial_workspace_tracking = 0
middle_click_paste = false
}

View file

@ -0,0 +1,6 @@
render {
explicit_sync = 2
explicit_sync_kms = 2
direct_scanout = false
}

View file

@ -0,0 +1,6 @@
xwayland {
enabled = true
force_zero_scaling = true
}