~gala-dev/gala/always-focus-on-map

« back to all changes in this revision

Viewing changes to src/Settings.vala

  • Committer: Tom Beckmann
  • Date: 2014-01-22 15:00:30 UTC
  • Revision ID: tomjonabc@gmail.com-20140122150030-hoxdx3hphe168koi
plugin: add gsettings key toggling whether windows should always be focused when they're mapped

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        {
22
22
                public bool dynamic_workspaces { get; set; }
23
23
                public bool edge_tiling { get; set; }
 
24
                public bool always_focus_on_map { get; set; }
24
25
                public string panel_main_menu_action { get; set; }
25
26
                public string toggle_recording_action { get; set; }
26
27
                public string overlay_action { get; set; }