fix: some small fixes, here and there
This commit is contained in:
parent
d051b99694
commit
537b517b3e
@ -32,7 +32,7 @@ in
|
||||
};
|
||||
|
||||
persist.state.directories = [
|
||||
".config/mpv"
|
||||
".local/state/mpv"
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -28,7 +28,7 @@ in
|
||||
modules-left =
|
||||
[
|
||||
"hyprland/workspaces"
|
||||
# "wireplumber"
|
||||
"wireplumber"
|
||||
]
|
||||
++ lib.optionals cfg.laptopWidgets [
|
||||
"battery"
|
||||
|
Loading…
x
Reference in New Issue
Block a user