File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/salt/states/__pycache__/gnomedesktop.cpython-310.pyc
Back
o ;j� � @ s� d Z ddlZddlZe�e�Zdd� Zdd� Z d dd�Z dd d �Z ddd�Z dS )a� Configuration of the GNOME desktop ======================================== Control the GNOME settings .. code-block:: yaml localdesktop_wm_prefs: gnomedesktop.wm_preferences: - user: username - audible_bell: false - action_double_click_titlebar: 'toggle-maximize' - visual_bell: true - num_workspaces: 6 localdesktop_lockdown: gnomedesktop.desktop_lockdown: - user: username - disable_user_switching: true localdesktop_interface: gnomedesktop.desktop_interface: - user: username - clock_show_date: true - clock_format: 12h � Nc C s"