mirror of
https://github.com/gjkcz/ansible-void.git
synced 2025-06-19 11:00:33 +02:00
Initial commit
This commit is contained in:
3
files/desktop/autologin
Normal file
3
files/desktop/autologin
Normal file
@ -0,0 +1,3 @@
|
||||
[daemon]
|
||||
AutomaticLogin=student
|
||||
AutomaticLoginEnable=True
|
17
files/desktop/main
Normal file
17
files/desktop/main
Normal file
@ -0,0 +1,17 @@
|
||||
[org/gnome/desktop/input-sources]
|
||||
sources = [('xkb', 'us'), ('xkb', 'cz')]
|
||||
|
||||
[org/gnome/desktop/a11y]
|
||||
always-show-universal-access-status = false
|
||||
|
||||
[org/gnome/shell]
|
||||
favorite-apps = ['firefox.desktop', 'org.gnome.Console.desktop', 'org.gnome.Nautilus.desktop']
|
||||
|
||||
[org/gnome/login-screen]
|
||||
disable-user-list = true
|
||||
|
||||
[org/gnome/desktop/interface]
|
||||
gtk-theme = 'Adwaita-dark'
|
||||
|
||||
[org/gnome/settings-daemon/plugins]
|
||||
sleep-inactive-ac-timeout = 0
|
2
files/desktop/profile/user
Normal file
2
files/desktop/profile/user
Normal file
@ -0,0 +1,2 @@
|
||||
user-db:user
|
||||
system-db:local
|
8
files/desktop/screensaver
Normal file
8
files/desktop/screensaver
Normal file
@ -0,0 +1,8 @@
|
||||
[org/gnome/desktop/session]
|
||||
# Number of seconds of inactivity before the screen goes blank
|
||||
# Set to 0 seconds if you want to deactivate the screensaver.
|
||||
idle-delay=uint32 {{ timeout_blank }}
|
||||
|
||||
[org/gnome/desktop/screensaver]
|
||||
# Number of seconds after the screen is blank before locking the screen
|
||||
lock-delay=uint32 {{ timeout_lock }}
|
Reference in New Issue
Block a user