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