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