+++

Alexey S 2024-12-02 17:06:55 +02:00
parent 461268d1d8
commit 2b8b2d2a0b

@ -17,7 +17,7 @@ xfconf-query -c xfce4-session -np '/shutdown/ShowHybridSleep' -t 'bool' -s 'fals
xfconf-query -c xfce4-session -np '/shutdown/ShowSuspend' -t 'bool' -s 'false'
# выключить нах сохранение сессии
xfconf-query --channel xfce4-session --create --property /general/ShowSave --type bool --set true
xfconf-query --channel xfce4-session --create --property /general/ShowSave --type bool --set false
```