aboutsummaryrefslogtreecommitdiffstats
path: root/hyprland/settings.conf
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-02-19 22:25:35 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-02-19 22:25:35 +0000
commitbe81c4285b0a7cb004d1c930b6076eaa576d3a9d (patch)
treee4089474f0624defce512411fabbcce354723de4 /hyprland/settings.conf
parenta3a78af4f88ff93be5c8b3b6b7e980dc5b594ac8 (diff)
Add hyprland
Diffstat (limited to 'hyprland/settings.conf')
-rw-r--r--hyprland/settings.conf79
1 files changed, 79 insertions, 0 deletions
diff --git a/hyprland/settings.conf b/hyprland/settings.conf
new file mode 100644
index 0000000..dfaf6e4
--- /dev/null
+++ b/hyprland/settings.conf
@@ -0,0 +1,79 @@
+############
+# Settings #
+############
+
+general {
+ gaps_in = 2
+ gaps_out = 5
+ border_size = 2
+ col.active_border = rgba(657585ff)
+ col.inactive_border = rgba(59595977)
+
+ layout = dwindle
+
+ allow_tearing = false
+}
+
+decoration {
+ rounding = 0
+
+ blur {
+ enabled = true
+ size = 3
+ passes = 1
+ }
+
+ drop_shadow = no
+}
+
+group {
+ col.border_active = 0x66ffff00
+ col.border_inactive = 0x66ffff99
+
+ groupbar {
+ font_family = Iosevka Nerd Font
+ font_size = 10
+ gradients = false
+ col.active = 0x66ffff00
+ col.inactive = 0x00000000
+ }
+
+}
+
+animations {
+ enabled = yes
+ # first_launch_animation = no
+
+ bezier = overshoot, 0.05, 0.9, 0.1, 1.05
+
+ animation = windows, 1, 3, overshoot, slide
+ animation = border, 1, 5, default
+ animation = borderangle, 1, 8, default
+ animation = fade, 1, 3, default
+ animation = workspaces, 1, 2, default
+}
+
+xwayland {
+ force_zero_scaling = true
+}
+
+dwindle {
+ pseudotile = false
+ force_split = 2
+ preserve_split = yes
+ no_gaps_when_only = 1
+}
+
+master {
+ new_is_master = false
+}
+
+gestures {
+ workspace_swipe = on
+}
+
+misc {
+ disable_hyprland_logo = yes
+ force_default_wallpaper = 0
+ cursor_zoom_factor = 1
+}