From 97f855dc25de4d3f58bbdf5d8e77f9a6f088c403 Mon Sep 17 00:00:00 2001
From: Chris Cochrun <chris@cochrun.xyz>
Date: Tue, 17 Jan 2023 09:50:08 -0600
Subject: [PATCH] adding some bits for tridactyl and hyprland

---
 tridactyl/tridactylrc     | 1 +
 user/modules/hyprland.nix | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/tridactyl/tridactylrc b/tridactyl/tridactylrc
index b97fe4f..1adc19b 100644
--- a/tridactyl/tridactylrc
+++ b/tridactyl/tridactylrc
@@ -73,6 +73,7 @@ bind F hint -t
 bind gy hint -y
 bind gc org-capture
 bind gC hint -W org-capture
+bind gw tabwork
 bind m fillcmdline quickmark 
 bind O fillcmdline tabopen
 
diff --git a/user/modules/hyprland.nix b/user/modules/hyprland.nix
index a3adba4..f358e19 100644
--- a/user/modules/hyprland.nix
+++ b/user/modules/hyprland.nix
@@ -72,9 +72,9 @@
         # if you want heavy blur, you need to up the blur_passes.
         # the more passes, the more you can up the blur_size without noticing artifacts.
         drop_shadow=true
-        shadow_range=50
-        shadow_offset=2 2
-        shadow_render_power=3
+        shadow_range=10
+        shadow_offset=6 6
+        shadow_render_power=1
         col.shadow = rgba(000000ee)
         dim_inactive=true
         dim_strength=0.2
@@ -111,7 +111,7 @@
     windowrule=float,mpv
     windowrule=size ${if builtins.readFile "/etc/hostname" == "syl\n" then "90% 76%" else "85% 85%"},mpv
     windowrule=center,mpv
-    windowrule=pin,mpv
+    # windowrule=pin,mpv
     windowrule=float,pulsemixer
     windowrule=workspace ${if builtins.readFile "/etc/hostname" == "syl\n" then "2" else "1"},firefox
     windowrule=workspace ${if builtins.readFile "/etc/hostname" == "syl\n" then "1" else "2"},emacs