Minor fixes and improvements.
This commit is contained in:
parent
2e0ffda273
commit
b62498da3a
5 changed files with 10 additions and 3 deletions
|
@ -82,6 +82,7 @@ widgetSetProperty({
|
|||
configGroup: "General",
|
||||
configKey: "systemFavorites",
|
||||
configValue: ["reboot", "shutdown", "logout"],
|
||||
//configValue: ["logout"],
|
||||
});
|
||||
|
||||
|
||||
|
|
|
@ -14,9 +14,13 @@
|
|||
{
|
||||
"toplevel_name": "FvS-Reutlingen"
|
||||
},
|
||||
{
|
||||
"url": "https://www.steinbeisschule-reutlingen.de",
|
||||
"name": "FvS-Homepage"
|
||||
},
|
||||
{
|
||||
"url": "https://server.pn.steinbeis.schule",
|
||||
"name": "Passwort ändern"
|
||||
"name": "Schulkonsole/Passwort ändern"
|
||||
},
|
||||
{
|
||||
"url": "https://dw.steinbeis.schule",
|
||||
|
|
|
@ -6,7 +6,7 @@ set -eu
|
|||
|
||||
action="systemctl poweroff"
|
||||
uptime=$(cat /proc/uptime | cut -f1 -d.)
|
||||
maxidle=3600
|
||||
maxidle=3600 ## seconds
|
||||
|
||||
u=($(loginctl list-users --no-legend | sort -hr | head -1))
|
||||
una=${u[1]:-''}
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
- tmux
|
||||
- tree
|
||||
- ttf-mscorefonts-installer
|
||||
- unison-gtk
|
||||
- wireshark
|
||||
autoremove: true
|
||||
state: latest
|
||||
|
@ -140,7 +141,7 @@
|
|||
dest: /etc/xdg/powermanagementprofilesrc
|
||||
content: |
|
||||
[AC][SuspendSession][$i]
|
||||
idleTime=36000000
|
||||
idleTime=7200000
|
||||
suspendType=8
|
||||
|
||||
- name: Start with empty session by default
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
systemd:
|
||||
name: sshd
|
||||
state: reloaded
|
||||
when: not run_in_installer|default(false)|bool
|
||||
|
|
Loading…
Add table
Reference in a new issue