5 lines
182 B
Text
5 lines
182 B
Text
|
#!/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')"
|