This website requires JavaScript.
Explore
Help
Sign In
jpm
/
scripts
Watch
1
Star
1
Fork
You've already forked scripts
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
46247c9fa1
scripts
/
tofi
/
power
/
↩ Logout
7 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
File-based tofi menus Also changed the snippet script to use this method
2023-11-14 21:10:53 +00:00
#!/bin/bash
if [ -z ${SWAYSOCK+x} ]; then
Make Logout actually log out
2024-07-18 22:53:38 +00:00
i3 exit
File-based tofi menus Also changed the snippet script to use this method
2023-11-14 21:10:53 +00:00
else
Make Logout actually log out
2024-07-18 22:53:38 +00:00
sway exit
File-based tofi menus Also changed the snippet script to use this method
2023-11-14 21:10:53 +00:00
fi