mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 10:58:44 +00:00
Update cheatsheets
This commit is contained in:
30
tldr/linux/swww
Normal file
30
tldr/linux/swww
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# swww
|
||||
|
||||
> Efficient animated wallpaper daemon for Wayland.
|
||||
> See also: `swww-daemon`.
|
||||
> More information: <https://github.com/LGFae/swww>.
|
||||
|
||||
- Set wallpaper:
|
||||
|
||||
`swww img {{path/to/image}}`
|
||||
|
||||
- Set wallpaper to specified [o]utputs:
|
||||
|
||||
`swww img -o {{output1,output2,...}} {{path/to/image}}`
|
||||
|
||||
- Restore last wallpaper:
|
||||
|
||||
`swww restore`
|
||||
|
||||
- Kill daemon:
|
||||
|
||||
`swww kill`
|
||||
|
||||
- Display output information:
|
||||
|
||||
`swww query`
|
||||
18
tldr/linux/tzselect
Normal file
18
tldr/linux/tzselect
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# tzselect
|
||||
|
||||
> Interactively select timezone.
|
||||
> Note: this program doesn't actually set the timezone.
|
||||
> More information: <https://manned.org/tzselect>.
|
||||
|
||||
- Open the interactive menu for timezone selection and print the selected timezone to `stdout`:
|
||||
|
||||
`tzselect`
|
||||
|
||||
- Ask for nearest timezone to coordinates in ISO 6709 notation:
|
||||
|
||||
`tzselect -c {{coordinates}}`
|
||||
17
tldr/linux/zic
Normal file
17
tldr/linux/zic
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# zic
|
||||
|
||||
> Compile timezones into binary files.
|
||||
> More information: <https://manned.org/zic>.
|
||||
|
||||
- Compile a timezone file from a directory:
|
||||
|
||||
`zic -d {{path/to/directory}}`
|
||||
|
||||
- Report warnings during compilation of a specific file:
|
||||
|
||||
`zic -v {{path/to/file}}.infile`
|
||||
Reference in New Issue
Block a user