diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-14 15:55:29 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-14 15:55:29 +0900 |
| commit | 5e9cd60e59482c5a026988b50464dc7da24df0fa (patch) | |
| tree | be8f047afd5ed841379ac6aa246c1dc49c13a4b0 /config/hypr/UserConfigs/UserSettings.conf | |
| parent | 875b61443f68a7f24b059aa23eb2622cc24db2e8 (diff) | |
Some settings are moved to UserDecorAnimations.conf from UserSettings.conf. These are settings which relates to Decorations and Colors, borders, etc.
Diffstat (limited to 'config/hypr/UserConfigs/UserSettings.conf')
| -rw-r--r-- | config/hypr/UserConfigs/UserSettings.conf | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index dfca157d..f5bfcf7e 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -5,8 +5,7 @@ # refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables/ -# Sourcing colors generated by wallust -source = $HOME/.config/hypr/wallust/wallust-hyprland.conf +# NOTE: some settings are in ~/.config/hypr/UserConfigs/UserDecorAnimations.conf dwindle { pseudotile = yes @@ -21,15 +20,8 @@ master { } general { - border_size = 2 - gaps_in = 6 - gaps_out = 8 - resize_on_border = true - - col.active_border = $color12 - col.inactive_border = $background - + layout = dwindle } @@ -82,14 +74,6 @@ gestures { } -group { - col.border_active = $color15 - - groupbar { - col.active = $color0 - } -} - misc { disable_hyprland_logo = true disable_splash_rendering = true @@ -132,4 +116,4 @@ cursor { enable_hyprcursor = true warp_on_change_workspace = 2 no_warps = true -}
\ No newline at end of file +} |
