feat(hyprland): use xdg pictures dir for screenshots.
This commit is contained in:
parent
9a5b0770e2
commit
819ebbbd56
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ in {
|
|||
"$mod SHIFT, E, exec, ${power-menu}/bin/power-menu"
|
||||
"$mod, w, exec, ${vpn-toggle}/bin/vpn-toggle"
|
||||
|
||||
"$mod, F12, exec, ${grim} $HOME/Pictures/screenshots/$(date +'%s_grim.png')"
|
||||
"$mod, F12, exec, ${grim} ${config.xdg.userDirs.pictures}/screenshots/$(date +'%s_grim.png')"
|
||||
|
||||
"$mod, V, exec, cliphist list | tofi --horizontal false --height 380 | cliphist decode | wl-copy"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue