diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-07-20 10:23:01 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-07-20 10:23:01 +0900 |
| commit | 465037373dcff849d8f90ec83e96522f71437527 (patch) | |
| tree | 2e2582e0b89ba66425287f3b38a2e90304770821 /config | |
| parent | 461043af7f27203ad37e85682231686cc6adcdd5 (diff) | |
minor UserSettings update
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/UserConfigs/UserSettings.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index 1f8c23c3..067a3810 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -8,8 +8,9 @@ # NOTE: some settings are in ~/.config/hypr/UserConfigs/UserDecorAnimations.conf dwindle { - pseudotile = yes - preserve_split = yes + pseudotile = true + preserve_split = true + #smart_split = true special_scale_factor = 0.8 } @@ -48,7 +49,7 @@ input { middle_button_emulation = true tap-to-click = true drag_lock = false - } + } # below for devices with touchdevice ie. touchscreen touchdevice { |
