3 lines
175 B
Bash
Executable File
3 lines
175 B
Bash
Executable File
#!/bin/bash
|
|
swaynag -t tokyo-night -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -B 'Yes, exit sway' 'swaymsg exit'
|