mirror of
https://github.com/brunofontes/linuxShortcuts.git
synced 2024-11-23 21:20:50 +00:00
feat(OXO): script to stop Main activity when working
This commit is contained in:
parent
847f839d89
commit
b497912cdf
3
KDE/OXO.sh
Executable file
3
KDE/OXO.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
kactivities-cli --stop-activity `kactivities-cli --list-activities | grep "Main" | cut -d' ' -f2`
|
||||
notify-send --icon=`kactivities-cli --list-activities | grep "OXO" | cut -d' ' -f4` -a "OXO Innovation" "Main profile closed"
|
Loading…
Reference in New Issue
Block a user