6 lines
90 B
Bash
Executable file
6 lines
90 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
WINDOW="$1"
|
|
|
|
eww open $WINDOW-reveal
|
|
eww update $WINDOW-visible=true
|