4 lines
182 B
Bash
Executable file
4 lines
182 B
Bash
Executable file
#!/bin/bash
|
|
export PATH=$PATH:$HOME/.config/sway/bin
|
|
bash -c "$(echo -e 'sway_lock lock\nsystemctl suspend\nswaymsg reload\nswaymsg exit' | \
|
|
wofi --dmenu --prompt 'exit menu')"
|