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