fix: some small fixes, here and there

This commit is contained in:
Dmitriy Kholkin 2025-07-08 15:42:02 +03:00
parent d051b99694
commit 537b517b3e
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2
4 changed files with 7 additions and 4 deletions

View File

@ -32,7 +32,7 @@ in
}; };
persist.state.directories = [ persist.state.directories = [
".config/mpv" ".local/state/mpv"
]; ];
}; };

View File

@ -28,6 +28,7 @@ in
bottom bottom
fd fd
file file
jellyfin-mpv-shim
jq jq
libqalculate libqalculate
p7zip p7zip
@ -42,9 +43,11 @@ in
translate-shell translate-shell
unrar unrar
xarchiver xarchiver
yt-dlp
]; ];
persist.state.directories = [ persist.state.directories = [
".config/jellyfin-mpv-shim"
".config/qalculate" ".config/qalculate"
".config/qBittorrent" ".config/qBittorrent"
".config/qimgv" ".config/qimgv"

View File

@ -171,8 +171,8 @@ in
"$mod SHIFT,Y,exec,${execApp} ${yt-mpv} --no-video" "$mod SHIFT,Y,exec,${execApp} ${yt-mpv} --no-video"
"$mod,print,exec,${execApp} grim $(xdg-user-dir PICTURES)/Screenshots/$(date +'%Y-%m-%d+%H:%M:%S').png && notify-send 'Screenshot Saved'" "$mod,print,exec,${execApp} grim $(xdg-user-dir PICTURES)/Screenshots/$(date +'%Y-%m-%d+%H:%M:%S').png && notify-send 'Screenshot Saved'"
"$mod CTRL,print,exec,${execApp} grim - | wl-copy && notify-send 'Screenshot Copied to Clipboard'" "$mod CTRL,print,exec,${execApp} grim - | wl-copy && notify-send 'Screenshot Copied to Clipboard'"
"$mod SHIFT,print,exec,${execApp} grim -g '$(slurp)' $(xdg-user-dir PICTURES)/Screenshots/$(date +'%Y-%m-%d+%H:%M:%S').png && notify-send 'Screenshot Saved'" "$mod SHIFT,print,exec,${execApp} grim -g \"$(slurp)\" $(xdg-user-dir PICTURES)/Screenshots/$(date +'%Y-%m-%d+%H:%M:%S').png && notify-send 'Screenshot Saved'"
"$mod CTRLSHIFT,print,exec,${execApp} grim -g '$(slurp)' - | wl-copy && notify-send 'Screenshot Copied to Clipboard'" "$mod CTRLSHIFT,print,exec,${execApp} grim -g \"$(slurp)\" - | wl-copy && notify-send 'Screenshot Copied to Clipboard'"
",xf86audioplay,exec,${execApp} mpris-ctl pp" ",xf86audioplay,exec,${execApp} mpris-ctl pp"
",xf86audionext,exec,${execApp} mpris-ctl next" ",xf86audionext,exec,${execApp} mpris-ctl next"
",xf86audioprev,exec,${execApp} mpris-ctl prev" ",xf86audioprev,exec,${execApp} mpris-ctl prev"

View File

@ -28,7 +28,7 @@ in
modules-left = modules-left =
[ [
"hyprland/workspaces" "hyprland/workspaces"
# "wireplumber" "wireplumber"
] ]
++ lib.optionals cfg.laptopWidgets [ ++ lib.optionals cfg.laptopWidgets [
"battery" "battery"