improve comment
This commit is contained in:
parent
1eae3068d8
commit
10923f18fa
@ -56,6 +56,9 @@ fn main() {
|
|||||||
// 3. the user interacts with the list
|
// 3. the user interacts with the list
|
||||||
// 4. rofi sets environment variables, and calls bw-menu with the title of the selected item
|
// 4. rofi sets environment variables, and calls bw-menu with the title of the selected item
|
||||||
// 5. bw-menu acts based on the environment variables
|
// 5. bw-menu acts based on the environment variables
|
||||||
|
//
|
||||||
|
// currently using the script mode so that we can pass additional info (eg the id).
|
||||||
|
// no other mode supports this, meaning we would need to match based on the title
|
||||||
fn rofi() {
|
fn rofi() {
|
||||||
let rofi_retv = env::var("ROFI_RETV");
|
let rofi_retv = env::var("ROFI_RETV");
|
||||||
let rofi_info = env::var("ROFI_INFO");
|
let rofi_info = env::var("ROFI_INFO");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user