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

4
config/hypr/scripts/Wlogout.sh

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

Loading…
Cancel
Save