summaryrefslogtreecommitdiff
path: root/.config/hypr/style.conf
diff options
context:
space:
mode:
Diffstat (limited to '.config/hypr/style.conf')
-rw-r--r--.config/hypr/style.conf60
1 files changed, 0 insertions, 60 deletions
diff --git a/.config/hypr/style.conf b/.config/hypr/style.conf
deleted file mode 100644
index f89d137..0000000
--- a/.config/hypr/style.conf
+++ /dev/null
@@ -1,60 +0,0 @@
-general {
- gaps_in = 0
- gaps_out = 0
-
- border_size = 1
-}
-
-decoration {
- # See https://wiki.hyprland.org/Configuring/Variables/ for more
-
- rounding = 0
-
- blur {
- enabled = true
- size = 2
- passes = 3
- }
-
- # drop_shadow = no
- # shadow_range = 4
- # shadow_render_power = 3
- # col.shadow = rgba(1a1a1aee)
-}
-
-animations {
- enabled = yes
-
- bezier = defaultBezier, 0.00, 1.0, 0.0, 1.0
-
- animation = windows, 1, 7, defaultBezier, slide
- animation = windowsOut, 1, 7, defaultBezier, slide
- animation = border, 1, 10, default
- animation = borderangle, 0#1, 8, default
- animation = fade, 0#1, 3, default
- animation = workspaces, 0#1, 6, defaultBezier
-}
-
-dwindle {
- # See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
- pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
- preserve_split = yes # you probably want this
-}
-
-master {
- # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
- new_status = master
- new_on_top = true
- orientation = left
- mfact = 0.6
-}
-
-gestures {
- # See https://wiki.hyprland.org/Configuring/Variables/ for more
- workspace_swipe = on
-}
-
-misc {
- # See https://wiki.hyprland.org/Configuring/Variables/ for more
- force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
-}