diff --git a/.config/eww/eww.yuck b/.config/eww/eww.yuck index f3aaf2d..82d9521 100644 --- a/.config/eww/eww.yuck +++ b/.config/eww/eww.yuck @@ -325,7 +325,7 @@ :windowtype "dock" (bar_layout)) (defwindow bar1 - :monitor 1 + :monitor 2 :exclusive true :geometry (geometry :x "15px" diff --git a/.config/tridactyl/tridactylrc b/.config/tridactyl/tridactylrc index 410132a..2ca39c3 100644 --- a/.config/tridactyl/tridactylrc +++ b/.config/tridactyl/tridactylrc @@ -58,11 +58,11 @@ set quickmark od https://odysee.com/$/following command org-capture composite get_current_url | js -p tri.excmds.exclaim_quiet('org-capture ' + JS_ARG); " MPV -" command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('mpv ' + url)) +" command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('mpv --no-terminal ' + url)) "" Unbind this key to rebind it later unbind v -command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim('mpv ' + url)) +command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim('LIBVA_DRIVERS_PATH=/run/current-system/profile/lib/dri mpv ' + url)) command torrent js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('transadd ' + url)) diff --git a/flake.nix b/flake.nix index 5126362..ef25ae3 100644 --- a/flake.nix +++ b/flake.nix @@ -12,6 +12,10 @@ hyprland = { url = "github:hyprwm/Hyprland"; }; + hyprland-plugins = { + url = "github:hyprwm/hyprland-plugins"; + inputs.hyprland.follows = "hyprland"; + }; eww = { url = "github:elkowar/eww"; inputs.nixpkgs.follows = "nixpkgs";