Desktop fine tuning (compare netboot image).

This commit is contained in:
Andreas B. Mundt 2021-10-13 12:33:20 +02:00
parent e2abbb114b
commit 42d3fa4c25
2 changed files with 8 additions and 6 deletions

View file

@ -1,5 +1,5 @@
[org/gnome/shell] [org/gnome/shell]
enabled-extensions=['apps-menu@gnome-shell-extensions.gcampax.github.com', 'window-list@gnome-shell-extensions.gcampax.github.com', 'places-menu@gnome-shell-extensions.gcampax.github.com', 'drive-menu@gnome-shell-extensions.gcampax.github.com', 'desktop-icons@csoriano'] enabled-extensions=['apps-menu@gnome-shell-extensions.gcampax.github.com', 'window-list@gnome-shell-extensions.gcampax.github.com', 'places-menu@gnome-shell-extensions.gcampax.github.com', 'drive-menu@gnome-shell-extensions.gcampax.github.com', 'dash-to-dock@micxgx.gmail.com']
[org/gnome/desktop/input-sources] [org/gnome/desktop/input-sources]
sources=[('xkb', 'de'), ('xkb', 'us')] sources=[('xkb', 'de'), ('xkb', 'us')]
@ -19,11 +19,11 @@ default-folder-viewer='list-view'
use-tree-view=true use-tree-view=true
[org/gnome/settings-daemon/plugins/power] [org/gnome/settings-daemon/plugins/power]
power-button-action='hibernate' power-button-action='interactive'
sleep-inactive-battery-timeout=900 sleep-inactive-battery-timeout=600
sleep-inactive-battery-type='hibernate' sleep-inactive-battery-type='hibernate'
sleep-inactive-ac-timeout=7200 sleep-inactive-ac-timeout=6000
sleep-inactive-ac-type='suspend' sleep-inactive-ac-type='nothing'
[org/gnome/desktop/screensaver] [org/gnome/desktop/screensaver]
lock-enabled=false lock-enabled=false
@ -31,3 +31,4 @@ lock-enabled=false
[org/gnome/desktop/interface] [org/gnome/desktop/interface]
clock-show-date=true clock-show-date=true
clock-show-seconds=true clock-show-seconds=true
clock-show-weekday=true

View file

@ -5,8 +5,9 @@
apt: apt:
name: name:
- task-gnome-desktop - task-gnome-desktop
- gnome-shell-extension-desktop-icons
- cups - cups
- ssh-askpass-gnome
- gnome-shell-extension-dashtodock
state: latest state: latest
- name: make sure /etc/dconf/profile/ exists - name: make sure /etc/dconf/profile/ exists