mirror of
https://github.com/Pardus-LiderAhenk/ahenk
synced 2024-11-15 13:42:18 +03:00
4 lines
243 B
Bash
4 lines
243 B
Bash
#!/bin/bash
|
|
|
|
sed -i 's/\(^.*\)\(locked="[A-Za-z; ]*"\)\(.*$\)/\1\3/' /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
|
|
#sed -i 's/\(^.*\)\(locked="[A-Za-z; ]*"\)\(.*$\)/\1\3/' ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
|