mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Fix typo
parent
a70fe359e2
commit
55f85ffc24
@ -75,7 +75,7 @@ Bind this to a key, select a point on the screen and get a HTML color code for t
|
||||
|
||||
grim -g "$(slurp -p)" -t ppm - | convert - -format '%[pixel:p{0,0}]' txt:- | tail -n 1 | cut -d ' ' -f 4 | wl-copy
|
||||
|
||||
If you don't use a color picker frequently enough to reminder the keybinding, you can create a simple .desktop file for it in ~/.local/share/applications/ and then launch it searching for the name with a desktop file launcher like Rofi. Here's an example .desktop file:
|
||||
If you don't use a color picker frequently enough to remember the keybinding, you can create a simple .desktop file for it in ~/.local/share/applications/ and then launch it searching for the name with a desktop file launcher like Rofi. Here's an example .desktop file:
|
||||
|
||||
```desktop
|
||||
[Desktop Entry]
|
||||
|
Loading…
Reference in New Issue
Block a user