diff options
author | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-05-31 12:57:02 +0000 |
---|---|---|
committer | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-05-31 12:57:02 +0000 |
commit | 7bef5075e7c39cf318847f8ba9282c25c3ceded2 (patch) | |
tree | cbb87fe227e7e26be26b3d379e72b4de5e1e7a9d /linux/traycommand/layoutswitch.yaml | |
parent | aa6ff7da9c0cb331638ffc131a50ead8e89be2b7 (diff) |
Tool um kommandos über trayicon auszuführen hinzugefügt
git-svn-id: https://svn.neo-layout.org@1883 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | linux/traycommand/layoutswitch.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linux/traycommand/layoutswitch.yaml b/linux/traycommand/layoutswitch.yaml new file mode 100644 index 0000000..5b8d369 --- /dev/null +++ b/linux/traycommand/layoutswitch.yaml @@ -0,0 +1,7 @@ +--- +- command: "~/bin/asdf; xmodmap ~/thinkpad.xmodmap" + icon: "~/neo/windows/neo-vars/src/neo_enabled.ico" + menutext: "Neo" +- command: "~/bin/uiae; xmodmap ~/thinkpad.xmodmap" + icon: "~/neo/windows/neo-vars/src/neo_disabled.ico" + menutext: "qwertz" |