mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-28 19:27:13 +08:00
fixed comment
This commit is contained in:
parent
846c8b6280
commit
bc346bc763
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Run as follows: ./scrolling_title string
|
||||
# It will look for "string" in all active windows and display the window title that includes this string.
|
||||
# Run as follows: ./scrolling_title.sh mystring
|
||||
# It will look for "mystring" in all active windows and display the window title that includes this string.
|
||||
# Case sensitive!
|
||||
|
||||
# Limit for scrolling text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue