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