summaryrefslogtreecommitdiff
path: root/portato/gui/gui_helper.py
diff options
context:
space:
mode:
authornecoro <>2007-05-15 15:24:59 +0000
committernecoro <>2007-05-15 15:24:59 +0000
commitf523ff155c7d4ad9e2266147e10b88155b91db50 (patch)
tree1cc3b37e126761b634efcafb0c3dc769b5fcfd38 /portato/gui/gui_helper.py
parent1ca7bfa9904fef5573be4cbe96838db15c30999e (diff)
downloadportato-f523ff155c7d4ad9e2266147e10b88155b91db50.tar.gz
portato-f523ff155c7d4ad9e2266147e10b88155b91db50.tar.bz2
portato-f523ff155c7d4ad9e2266147e10b88155b91db50.zip
- added settings: gtk: console font
- show emerge progress in window title
Diffstat (limited to 'portato/gui/gui_helper.py')
-rw-r--r--portato/gui/gui_helper.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/portato/gui/gui_helper.py b/portato/gui/gui_helper.py
index 9907a1c..a4d333c 100644
--- a/portato/gui/gui_helper.py
+++ b/portato/gui/gui_helper.py
@@ -49,10 +49,12 @@ class Config: # XXX: This needs to be replaced - the const-dict is just messy
"newuse_opt" : "newuse",
"syncCmd_opt" : "synccommand",
"useTips_opt" : "showusetips",
+ "consolefont_opt" : "consolefont",
"pkgIcons_opt" : "packageIcons",
"system_opt" : "system",
"systray_opt" : "showsystray",
- "minimize_opt" : "hideonminimize"
+ "minimize_opt" : "hideonminimize",
+ "updateTitle_opt" : "updatetitle"
}
def __init__ (self, cfgFile):
over-highlight'> 2013-06-07i3: better renameRené 'Necoro' Neumann2-3/+17 2013-06-07i3: Some keybinding changes.René 'Necoro' Neumann1-5/+6 2013-06-07i3: Overhaul workspaces.pyRené 'Necoro' Neumann1-27/+19 2013-06-06i3: use $mod+t for tabbed instead of $mod+wRené 'Necoro' Neumann1-1/+1 2013-06-06i3: unify scripts into oneRené 'Necoro' Neumann6-49/+1771 2013-06-06i3: new temporary workspaceRené Neumann2-1/+27 2013-06-06Allow 'klass' in i3.py descriptionsRené Neumann1-0/+4 2013-06-04i3: rename workspaceRené Neumann1-0/+3 2013-06-03Some more greek chars / math product and sumRené 'Necoro' Neumann1-0/+6 2013-06-02Fix rules in i3-config. Somehow 'set' expands variables twice :-/René Neumann1-14/+11 2013-06-01Overhaul xlock.shRené 'Necoro' Neumann1-4/+8 2013-06-01Better workspace chooserRené 'Necoro' Neumann3-2/+581 2013-06-01FF/TB/Pidgin stuffRené 'Necoro' Neumann1-26/+45 2013-06-01More i3René 'Necoro' Neumann1-2/+11 2013-06-01FixesRené 'Necoro' Neumann2-2/+2