mirror of
https://github.com/gotbletu/shownotes
synced 2024-11-05 00:00:51 +00:00
42 lines
1.7 KiB
Plaintext
42 lines
1.7 KiB
Plaintext
# this is notes for video: http://www.youtube.com/watch?v=y0SZIW0abd8
|
|
|
|
|
|
|
|
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"
|
|
|
|
# Disable Desktop Icons
|
|
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"
|
|
|
|
# Disable Screensaver & Change Idle Time
|
|
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"
|