From 04ec6064591ab95e75c4cc396cc5bd7084fca5dd Mon Sep 17 00:00:00 2001
From: Thanos Apollo <public@thanosapollo.org>
Date: Wed, 29 Jan 2025 11:21:29 +0200
Subject: Update hyprland theming.

---
 .config/hypr/hyprland.conf | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

(limited to '.config/hypr/hyprland.conf')

diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 91e3e22..164c754 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -31,6 +31,7 @@ $menu = fuzzel
 exec-once = nm-applet
 exec-once = waybar
 exec-once = emacs
+exec-once = dunst
 # exec-once = waybar & hyprpaper & firefox
 
 
@@ -52,10 +53,10 @@ env = HYPRCURSOR_SIZE,24
 
 # https://wiki.hyprland.org/Configuring/Variables/#general
 general {
-    gaps_in = 5
-    gaps_out = 10
+    gaps_in = 2
+    gaps_out = 5
 
-    border_size = 2
+    border_size = 1
 
     # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors
     col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
@@ -72,7 +73,7 @@ general {
 
 # https://wiki.hyprland.org/Configuring/Variables/#decoration
 decoration {
-    rounding = 10
+    rounding = 20
 
     # Change transparencny of focused and unfocused windows
     active_opacity = 1.0
@@ -87,10 +88,10 @@ decoration {
 
     # https://wiki.hyprland.org/Configuring/Variables/#blur
     blur {
-        enabled = true
-        size = 3
+        enabled = false
+        size = 1
         passes = 1
-        vibrancy = 0.1696
+        vibrancy = 0.42
     }
 }
 
@@ -161,7 +162,7 @@ input {
     kb_layout = us,gr
     kb_variant =
     kb_model =
-    kb_options = grp:win_space_toggle ctrl:nocaps
+    kb_options = grp:win_space_toggle, ctrl:nocaps
     kb_rules =
 
     follow_mouse = 1
@@ -197,14 +198,13 @@ bind = $mainMod, RETURN, exec, emacsclient -c
 bind = $mainMod, R, exec, fuzzel
 bind = $mainMod, Q, killactive,
 bind = $mainMod, M, exit,
-bind = $mainMod, V, togglefloating,
+bind = $mainMod, cc, togglefloating,
 bind = $mainMod, R, exec, $menu
-bind = $mainMod, P, pseudo, # dwindle
-bind = $mainMod, J, togglesplit, # dwindle
 
 bind = $mainMod SHIFT, f, fullscreen,
 bind = $mainMod, comma, exec, grimshot save area
 bind = $mainMod, l, exec, swaylock
+bind = $mainMod, w, exec, emacsclient -e '(thanos/pass-launcher)' 
 
 # Move focus with mainMod + arrow keys
 # bind = $mainMod, b, movefocus, l
@@ -275,6 +275,8 @@ bindl = , XF86AudioPrev, exec, playerctl previous
 # Example windowrule v2
 # windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
 
+windowrulev2 = float,class:^(mpv)$
+
 # Ignore maximize requests from apps. You'll probably like this.
 windowrulev2 = suppressevent maximize, class:.*
 
-- 
cgit v1.2.3