6 lines
112 B
Bash
6 lines
112 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm /home/jpm/.swaylog
|
||
|
echo sway > /home/jpm/.config/last_login_gui
|
||
|
exec sway 2> /home/jpm/.swaylog
|