Skip to content

Instantly share code, notes, and snippets.

@syu-id
Created January 24, 2014 12:51
Show Gist options
  • Save syu-id/8596649 to your computer and use it in GitHub Desktop.
Save syu-id/8596649 to your computer and use it in GitHub Desktop.
my gnome settings in yaml
# vim: ft=yaml fdm=marker
# desc: gnome settings
general: #{{{1
- schema: org.gnome.settings-daemon.plugins.power
setting:
percentage-low: 15
percentage-critical: 10
percentage-action: 6
use-time-for-policy: false
- schema: org.gnome.desktop.wm.keybindings
setting:
show-desktop: "['<Super>d']"
minimize: "['<Super>n']"
move-to-center: "['<Super>m']"
switch-to-workspace-1: "['<Super>1']"
switch-to-workspace-2: "['<Super>2']"
switch-to-workspace-3: "['<Super>3']"
switch-to-workspace-4: "['<Super>4']"
switch-to-workspace-down: "['<Shift><Super>j', '<Control><Alt>Down']"
switch-to-workspace-up: "['<Shift><Super>k', '<Control><Alt>Up']"
- schema: org.gnome.desktop.wm.preferences
setting:
mouse-button-modifier: "<Alt>"
resize-with-right-button: true
- schema: org.gnome.shell.keybindings
setting:
toggle-overview: "['']" # default Super+S conflicts with custum bindings
toggle-application-view: "['<Super>a']"
toggle-message-tray: "['<Super>period']"
focus-active-notification: "['<Super>comma']"
- schema: org.gnome.shell.app-switcher
setting:
current-workspace-only: true
# start from here: nasty gnome-terminal settings...
- schema: org.gnome.Terminal.Legacy.Settings
setting:
default-show-menubar: false
- schema: org.gnome.Terminal.Legacy.Keybindings:/org/gnome/terminal/legacy/keybindings/
setting:
full-screen: disabled
help: disabled
- schema: org.gnome.Terminal.ProfilesList
setting:
list: "['b1dcc9dd-5262-4d8d-a863-c897e6d979b9','cbd5b515-62f4-4397-b705-bf98da1820ca']"
default: "b1dcc9dd-5262-4d8d-a863-c897e6d979b9"
- schema: org.gnome.Terminal.Legacy.Profile:/org/gnome/terminal/legacy/profiles:/:b1dcc9dd-5262-4d8d-a863-c897e6d979b9/
setting:
visible-name: default
use-system-font: false
font: "DejaVu Sans Mono 13"
scrollbar-policy: never
use-theme-colors: false
background-color: "rgb(44, 44, 44)"
foreground-color: "rgb(241,241,241)"
palette: "['rgb(46,52,54)', 'rgb(231,48,48)', 'rgb(127,212,143)', 'rgb(230,216,101)', 'rgb(52,101,164)', 'rgb(173,127,168)', 'rgb(99,178,173)', 'rgb(211,215,207)', 'rgb(85,87,83)', 'rgb(244,122,122)', 'rgb(180,247,98)', 'rgb(255,244,158)', 'rgb(120,164,212)', 'rgb(251,144,251)', 'rgb(116,230,223)', 'rgb(243,243,243)']"
keybindings: #{{{1
- name: tmux main
command: tmux-main
binding: <Super>j
- name: terminal
command: gnome-terminal
binding: <Super>c
- name: firefox
command: firefox
binding: <Super>k
- name: nautilus
command: nautilus
binding: <Super>e
- name: gvim
command: gvim
binding: <Super>v
- name: gimp
command: gimp
binding: <Super>g
- name: ebwin
command: wine /home/eric/win/EBWin/EBWin.exe
binding: <Super>w
- name: mdict
command: wine /home/eric/win/MDictPC/MDict.exe
binding: <Super>s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment