diff --git a/.config/eww/eww.yuck b/.config/eww/eww.yuck index 98f90ca..f3aaf2d 100644 --- a/.config/eww/eww.yuck +++ b/.config/eww/eww.yuck @@ -325,7 +325,7 @@ :windowtype "dock" (bar_layout)) (defwindow bar1 - :monitor 0 + :monitor 1 :exclusive true :geometry (geometry :x "15px" diff --git a/.config/tridactyl/tridactylrc b/.config/tridactyl/tridactylrc index 8ed6fc9..cf20e6d 100644 --- a/.config/tridactyl/tridactylrc +++ b/.config/tridactyl/tridactylrc @@ -61,7 +61,7 @@ command org-capture composite get_current_url | js -p tri.excmds.exclaim_quiet(' "" Unbind this key to rebind it later unbind v -command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim('mpv --no-terminal' + '${url}')) +command mpv js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('mpv --no-terminal' + '${url}')) command torrent js -p tri.excmds.shellescape(JS_ARG).then(url => tri.excmds.exclaim_quiet('transadd ' + url)) diff --git a/home/modules/hyprland.nix b/home/modules/hyprland.nix index ea26777..e5f57a9 100644 --- a/home/modules/hyprland.nix +++ b/home/modules/hyprland.nix @@ -60,6 +60,7 @@ in #damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer layout=master + no_cursor_warps=true } gestures { diff --git a/modules/desktop.nix b/modules/desktop.nix index db0c735..f21f1cc 100644 --- a/modules/desktop.nix +++ b/modules/desktop.nix @@ -135,6 +135,9 @@ with lib; programs.hyprland = { enable = true; xwayland.enable = true; + # package = (pkgs.hyprland.override { + # portalPackage = pkgs.xdg-desktop-portal-kde; + # }); # portalPackage = pkgs.xdg-desktop-portal-kde; # xwayland.hidpi = true; }; diff --git a/pkgs/desktop-packages.nix b/pkgs/desktop-packages.nix index 860e12a..c576af7 100644 --- a/pkgs/desktop-packages.nix +++ b/pkgs/desktop-packages.nix @@ -119,8 +119,9 @@ with lib; bluez-tools networkmanager_dmenu plasma5Packages.qt5ct + xdg-desktop-portal-kde lxappearance - # spotdl + spotdl # (kdenlive.override { # mlt = mlt.override { # ffmpeg = ffmpeg-full;