diff --git a/config/profiles/vfio/screenstub.yml b/config/profiles/vfio/screenstub.yml index 741168f2..d12b7575 100644 --- a/config/profiles/vfio/screenstub.yml +++ b/config/profiles/vfio/screenstub.yml @@ -59,7 +59,7 @@ hotkeys: # Trigger various events on key combinations #- shutdown # safely shuts the guest system down #- reboot # reboots the guest #- exit # quits screenstub -- triggers: [G] +- triggers: [Esc] modifiers: [LeftMeta] events: - toggle_grab: diff --git a/config/users/kat/gui/packages.nix b/config/users/kat/gui/packages.nix index c63b427e..5d36a2e2 100644 --- a/config/users/kat/gui/packages.nix +++ b/config/users/kat/gui/packages.nix @@ -5,6 +5,7 @@ _1password btop bitwarden + lutris element-wayland exiftool thunderbird diff --git a/config/users/kat/media/mpv.nix b/config/users/kat/media/mpv.nix index ba602cfe..d7fb0252 100644 --- a/config/users/kat/media/mpv.nix +++ b/config/users/kat/media/mpv.nix @@ -80,7 +80,7 @@ }; in vim // other; - config = { + config = { no-input-default-bindings = ""; profile = "gpu-hq"; gpu-context = "wayland"; @@ -96,7 +96,8 @@ osd-border-size = 2; # font border pixels, default 3 term-osd-bar = true; script-opts = lib.concatStringsSep "," - (lib.mapAttrsToList (k: v: "${k}=${toString v}") { + (lib.mapAttrsToList (k: v: "${k}=${toString v}") { + ytdl_hook-ytdl_path = "${pkgs.yt-dlp}/bin/yt-dlp"; osc-layout = "slimbox"; osc-vidscale = "no"; osc-deadzonesize = 0.75; diff --git a/config/users/kat/media/packages.nix b/config/users/kat/media/packages.nix index d76f15a1..ac671f01 100644 --- a/config/users/kat/media/packages.nix +++ b/config/users/kat/media/packages.nix @@ -10,7 +10,7 @@ gst_all_1.gst-plugins-ugly imv ffmpeg-full - youtube-dl + yt-dlp mkchromecast v4l-utils gimp-with-plugins diff --git a/config/users/kat/sway/waybar/default.nix b/config/users/kat/sway/waybar/default.nix index cbbbf292..933786cc 100644 --- a/config/users/kat/sway/waybar/default.nix +++ b/config/users/kat/sway/waybar/default.nix @@ -9,9 +9,10 @@ enable = true; systemd.enable = true; settings = [{ - modules-left = [ "sway/workspaces" "sway/mode" "sway/window" ]; - modules-center = [ "clock" "clock#s" "clock#arc" "clock#miku" "clock#hex" ]; - modules-right = [ + modules-right = [ "clock#s" "clock#arc" "clock#miku" "clock#hex" "clock" ]; + modules-center = [ "sway/workspaces" "sway/mode" "sway/window" ]; + modules-left = [ + "tray" "pulseaudio" "custom/mail" "cpu" @@ -23,7 +24,6 @@ "idle_inhibitor" "custom/konawall" "custom/gpg-status" - "tray" ]; modules = { diff --git a/config/users/kat/sway/waybar/waybar.sass b/config/users/kat/sway/waybar/waybar.sass index 2c7de0a6..2662fe89 100644 --- a/config/users/kat/sway/waybar/waybar.sass +++ b/config/users/kat/sway/waybar/waybar.sass @@ -103,8 +103,8 @@ tooltip #tray @extend %extend_1 background: $base00t - border-top-right-radius: 1em - border-bottom-right-radius: 1em + border-top-left-radius: 1em + border-bottom-left-radius: 1em padding: 0 10px 0 8px menu background: $base00t @@ -112,7 +112,7 @@ tooltip color: $base07 -.modules-left +.modules-center margin: 2px 4px border-radius: 1em widget @@ -126,7 +126,7 @@ tooltip &:last-child margin-right: 0 -.modules-center +.modules-left margin: 2px 4px border-radius: 1em widget