6 lines
108 B
Bash
Executable file
6 lines
108 B
Bash
Executable file
#!/bin/bash
|
|
|
|
desktop="$(DISPLAY=:0 bspc query -D -d focused --names)"
|
|
echo $desktop
|
|
echo $desktop > lastrun
|