Skip to content

Instantly share code, notes, and snippets.

@Kurt-P
Last active December 22, 2015 01:58
Show Gist options
  • Save Kurt-P/6399636 to your computer and use it in GitHub Desktop.
Save Kurt-P/6399636 to your computer and use it in GitHub Desktop.
Add minimize and maximize buttons in Ghome-shell
#!/usr/bin/env bash
## Tested and working on Archlinux with Ghome-Shell 3.12.2
gconftool-2 -s -t string /desktop/gnome/shell/windows/button_layout ":minimize,maximize,close"
echo "DONE!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment