Browse Source

updated / tweak Hyprland settings

pull/353/head
JaKooLit 2 years ago
parent
commit
3b203a29eb
  1. 14
      config/hypr/UserConfigs/UserSettings.conf

14
config/hypr/UserConfigs/UserSettings.conf

@ -18,8 +18,8 @@ dwindle {
}
master {
new_is_master=1 # comment this when Hyprland release a new version or you are running the git version
#new_status=master # hyprland upstream or git version (next release maybe v0.41.2 or v0.42)
#new_is_master=1 # comment this when Hyprland release a new version or you are running the git version
new_status=master # hyprland upstream or git version (next release maybe v0.41-2 or v0.42)
new_on_top=1
mfact = 0.5
}
@ -122,12 +122,13 @@ input {
gestures {
workspace_swipe = true
workspace_swipe_fingers = 3
workspace_swipe_distance = 400
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
}
@ -150,12 +151,13 @@ misc {
swallow_regex = ^(kitty)$
#disable_autoreload = true
initial_workspace_tracking = 0
middle_click_paste = false
}
binds {
workspace_back_and_forth=true
allow_workspace_cycles=true
pass_mouse_when_bound=false
workspace_back_and_forth = true
allow_workspace_cycles = true
pass_mouse_when_bound = false
}
#Could help when scaling and not pixelating

Loading…
Cancel
Save