5 lines
102 B
Bash
5 lines
102 B
Bash
|
#! /bin/sh
|
||
|
chattr +i ~/.config/xfce4/desktop/icons*
|
||
|
sleep 40
|
||
|
chattr -i ~/.config/xfce4/desktop/icons*
|