mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-06-29 13:35:52 +00:00
examples: niri.kdl: Use existing path for screenshots.
* modules/rosenthal/examples/niri.kdl: Store screenshots under the home directory.
This commit is contained in:
parent
930e6262af
commit
dd9bebf8b2
@ -264,7 +264,7 @@ layout {
|
||||
// You can change the path where screenshots are saved.
|
||||
// A ~ at the front will be expanded to the home directory.
|
||||
// The path is formatted with strftime(3) to give you the screenshot date and time.
|
||||
screenshot-path "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png"
|
||||
screenshot-path "~/Screenshot from %Y-%m-%d %H-%M-%S.png"
|
||||
|
||||
// You can also set this to null to disable saving screenshots to disk.
|
||||
// screenshot-path null
|
||||
|
Loading…
Reference in New Issue
Block a user