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