update flag file path to .spool
This commit is contained in:
parent
4c35268b8f
commit
391ad2810c
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
FILE=/home/jpm/.config/onscreen-keyboard
|
FILE=/home/jpm/.spool/onscreen-keyboard
|
||||||
if [ -f $FILE ]; then
|
if [ -f $FILE ]; then
|
||||||
rm $FILE
|
rm $FILE
|
||||||
busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b false
|
busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b false
|
||||||
|
|
Loading…
Reference in New Issue