= debian 9 stretch
== gnome
=== control de ventanas desde CLI
* devilspie2 : programa para recolocar las ventanas escritorio
* [[http://git.savannah.gnu.org/cgit/devilspie2.git/plain/README]]
* LUA: [[http://lua-users.org/wiki/StringLibraryTutorial]]
* LUA: [[https://stackoverflow.com/questions/37121875/lua-return-value-if-string-match-with-wildcard]]-- the debug_print command does only print anything to stdout
* comandos: [[https://github.com/gusnan/devilspie2/blob/master/README]]
-- if devilspie2 is run using the --debug option
debug_print("Window Name: " .. get_window_name());
debug_print("Application name: " .. get_application_name())
if (get_application_name() == "terminator") then
stick_window();
end
=== GUI
* instalar **dconf-editor**
=== CLI settings
* ''gsettings list-keys org.gnome.settings-daemon.plugins.power''
* ''gsettings list-keys org.gnome.desktop.screensaver''
* **gsettings**
* help
* list-schemas
* list-keys (p.e. : org.gnome.desktop.screensaver)
* get/set %%%%
=== screensaver
* **gnome-screensaver** : gestión instancia de gnome-screensaver
* **gsettings**
* configurar:
gsettings list-keys org.gnome.desktop.screensaver
gsettings set org.gnome.desktop.screensaver lock-enabled true
gsettings set org.gnome.desktop.lockdown disable-lock-screen 'false'
=== launchers
* [[https://itsfoss.com/ubuntu-desktop-shortcut/]]
* [[https://linuxconfig.org/how-to-create-desktop-shortcut-launcher-on-ubuntu-18-04-bionic-beaver-linux]]
* [Desktop Entry]
Encoding=UTF-8
Name=Firefox
Exec=/home/mtorrese/bin/firefox/firefox
Icon=/home/mtorrese/Downloads/logos/firefox.png
Type=Application
Categories=Development;
* ''/usr/share/applications''