diff --git a/.config/tridactyl/tridactylrc b/.config/tridactyl/tridactylrc index fbf7eb9..f828195 100644 --- a/.config/tridactyl/tridactylrc +++ b/.config/tridactyl/tridactylrc @@ -74,7 +74,7 @@ command aud js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_ unbind t "" Adding my own bindings -bind v composite hint -pipe a href | js -p tri.excmds.shellescape(JS_ARG) | exclaim_quiet mpv --ontop --keepaspect-window +bind v composite hint -pipe a href | js -p tri.excmds.shellescape(JS_ARG) | exclaim_quiet mpl bind gt hint -W torrent bind gv current_url mpv bind ga hint -W aud diff --git a/home/home.nix b/home/home.nix index e4982b7..70a1889 100644 --- a/home/home.nix +++ b/home/home.nix @@ -948,7 +948,7 @@ end home.file."bin" = { source = ../scripts; - recursive = true; + recursive = false; }; home.shellAliases = { diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index 0028fbb..ef0e451 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -84,7 +84,7 @@ in shadow_scale = 0.99; shadow_render_power = 1; "col.shadow" = "rgba(000000cc)"; - dim_inactive = true; + dim_inactive = false; dim_strength = 0.2; dim_special = 0; }; @@ -141,6 +141,7 @@ in "float,lumina" "size 80% 80%,lumina" "center,lumina" + "opaque,lumina" "workspace ${if laptop then "1" else "3"},title:presentation-window" ];