summaryrefslogtreecommitdiff
path: root/.config/hypr/style.conf~
diff options
context:
space:
mode:
authorJackJ30 <jackqjamison@proton.me>2024-09-10 21:32:18 -0400
committerJackJ30 <jackqjamison@proton.me>2024-09-10 21:32:18 -0400
commit0ddd38e5fa62949d1161d06c7c70ee9ff135ebdb (patch)
tree0ddd091bbed1a1c177101799bc4bea39b45224fa /.config/hypr/style.conf~
parent96d42cb1e0c3e8d572336c950e9aeaaf0a0e948e (diff)
emacs lsp and hyprland
Diffstat (limited to '.config/hypr/style.conf~')
-rw-r--r--.config/hypr/style.conf~61
1 files changed, 0 insertions, 61 deletions
diff --git a/.config/hypr/style.conf~ b/.config/hypr/style.conf~
deleted file mode 100644
index ceef549..0000000
--- a/.config/hypr/style.conf~
+++ /dev/null
@@ -1,61 +0,0 @@
-general {
- gaps_in = 3
- gaps_out = 25
-
- border_size = 2
- col.active_border = rgba(EEABC4aa)
- col.inactive_border = rgba(595959aa)
-}
-
-decoration {
- # See https://wiki.hyprland.org/Configuring/Variables/ for more
-
- rounding = 4
-
- 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.05, 0.9, 0.1, 1.05
-
- animation = windows, 1, 7, defaultBezier
- animation = windowsOut, 1, 7, default, popin 80%
- animation = border, 1, 10, default
- animation = borderangle, 1, 8, default
- animation = fade, 1, 3, default
- animation = workspaces, 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
- mfact = 0.5
-}
-
-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
-}