2013-05-24 22:14:09 +00:00
|
|
|
# this is notes for video: http://www.youtube.com/watch?v=y0SZIW0abd8
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-12-27 22:50:51 +00:00
|
|
|
caja = nautilus
|
|
|
|
marco = matacity
|
|
|
|
pluma = gedit
|
|
|
|
atril = evince
|
|
|
|
engrampa = file roller
|
|
|
|
mateconf-editor
|
|
|
|
mate-terminal
|
|
|
|
mate-applets
|
|
|
|
mate-video-player = totem
|
|
|
|
|
|
|
|
# Enable Compositing
|
|
|
|
mateconftool-2 --set '/apps/marco/general/compositing_manager' --type boolean "true"
|
|
|
|
|
|
|
|
# Middle Click Titlebar To Minimize
|
|
|
|
mateconftool-2 --set "/apps/marco/general/action_middle_click_titlebar" --type string "minimize"
|
|
|
|
|
|
|
|
# Button Placement - Standard Right Side
|
|
|
|
mateconftool-2 --set "/apps/marco/general/button_layout" --type string "menu:minimize,maximize,close"
|
|
|
|
# mateconftool-2 --set "/apps/marco/general/button_layout" --type string ":close"
|
|
|
|
|
2012-12-27 22:55:13 +00:00
|
|
|
# Disable Desktop Icons
|
2012-12-27 22:50:51 +00:00
|
|
|
mateconftool-2 --set "/apps/caja/desktop/computer_icon_visible" --type boolean "false"
|
|
|
|
mateconftool-2 --set "/apps/caja/desktop/home_icon_visible" --type boolean "false"
|
|
|
|
mateconftool-2 --set "/apps/caja/desktop/network_icon_visible" --type boolean "false"
|
|
|
|
mateconftool-2 --set "/apps/caja/desktop/trash_icon_visible" --type boolean "false"
|
|
|
|
mateconftool-2 --set "/apps/caja/desktop/volumes_visible" --type boolean "false"
|
|
|
|
|
2012-12-27 22:55:13 +00:00
|
|
|
# Disable Screensaver & Change Idle Time
|
2012-12-27 22:50:51 +00:00
|
|
|
mateconftool-2 --set '/apps/mate-screensaver/idle_activation_enabled' --type boolean "false"
|
|
|
|
mateconftool-2 --set '/apps/mate-screensaver/lock_enabled' --type boolean "false"
|
|
|
|
# in minutes
|
|
|
|
mateconftool-2 --set '/desktop/mate/session/idle_delay' --type integer "60"
|
|
|
|
|
|
|
|
# Power Management - Values are in seconds
|
|
|
|
mateconftool-2 --set '/apps/mate-power-manager/timeout/sleep_computer_ac' --type integer "7200"
|
|
|
|
mateconftool-2 --set '/apps/mate-power-manager/timeout/sleep_display_ac' --type integer "3600"
|
|
|
|
# mateconftool-2 --set '/apps/mate-power-manager/disks/spindown_enable_ac' --type boolean "true"
|