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 = [
".config/mpv"
".local/state/mpv"
];
};

View File

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

View File

@ -171,8 +171,8 @@ in
"$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 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 CTRLSHIFT,print,exec,${execApp} grim -g '$(slurp)' - | 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 CTRLSHIFT,print,exec,${execApp} grim -g \"$(slurp)\" - | wl-copy && notify-send 'Screenshot Copied to Clipboard'"
",xf86audioplay,exec,${execApp} mpris-ctl pp"
",xf86audionext,exec,${execApp} mpris-ctl next"
",xf86audioprev,exec,${execApp} mpris-ctl prev"

View File

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