Browse Source

Tweak wlogout.sh. Should be better for 1080p

Tweak UserSettings.conf
pull/232/head
JaKooLit 2 years ago
parent
commit
19e62f8cdf
  1. 36
      config/hypr/UserConfigs/UserSettings.conf
  2. 4
      config/hypr/scripts/Wlogout.sh

36
config/hypr/UserConfigs/UserSettings.conf

@ -52,6 +52,7 @@ decoration {
dim_inactive = true
dim_strength = 0.1
dim_special = 0.8
drop_shadow=true
shadow_range=6
@ -65,6 +66,7 @@ decoration {
passes = 2
ignore_opacity = true
new_optimizations = true
special = true
}
}
@ -100,30 +102,30 @@ input {
kb_rules=
repeat_rate=50
repeat_delay=300
numlock_by_default=1
left_handed=0
follow_mouse=1
float_switch_override_focus=0
numlock_by_default=true
left_handed=false
follow_mouse=true
float_switch_override_focus=false
touchpad {
disable_while_typing=1
natural_scroll=0
clickfinger_behavior=0
middle_button_emulation=1
tap-to-click=1
drag_lock=0
disable_while_typing=true
natural_scroll=false
clickfinger_behavior=false
middle_button_emulation=true
tap-to-click=true
drag_lock=false
}
}
gestures {
workspace_swipe=1
workspace_swipe=true
workspace_swipe_fingers=3
workspace_swipe_distance=400
workspace_swipe_invert=1
workspace_swipe_invert=true
workspace_swipe_min_speed_to_force=30
workspace_swipe_cancel_ratio=0.5
workspace_swipe_create_new=1
workspace_swipe_forever=1
workspace_swipe_create_new=true
workspace_swipe_forever=true
}
misc {
@ -139,9 +141,9 @@ misc {
}
binds {
workspace_back_and_forth=1
allow_workspace_cycles=1
pass_mouse_when_bound=0
workspace_back_and_forth=true
allow_workspace_cycles=true
pass_mouse_when_bound=false
}
#Could help when scaling and not pixelating

4
config/hypr/scripts/Wlogout.sh

@ -8,8 +8,8 @@ A_2160=680
B_2160=750
A_1440=500
B_1440=550
A_1080=300
B_1080=380
A_1080=350
B_1080=350
A_720=50
B_720=50

Loading…
Cancel
Save