summaryrefslogtreecommitdiffstats
path: root/debian/kommandorc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-23 18:24:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-23 18:24:01 +0900
commit395099e0a39bc705fbf64b691bdf54010ff8ce4a (patch)
tree7bc2c1eb9785ac150f149b459347dd06c5ca4bc9 /debian/kommandorc
parentedec55bd87ab07aaa2a36666abfb17b23b2ed7d1 (diff)
downloadkommando-395099e0a39bc705fbf64b691bdf54010ff8ce4a.tar.gz
kommando-395099e0a39bc705fbf64b691bdf54010ff8ce4a.zip
Add detection of libxmu-dev
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/kommandorc')
-rw-r--r--debian/kommandorc98
1 files changed, 0 insertions, 98 deletions
diff --git a/debian/kommandorc b/debian/kommandorc
deleted file mode 100644
index cdc13ba..0000000
--- a/debian/kommandorc
+++ /dev/null
@@ -1,98 +0,0 @@
-<root>
- <access method="shortcut" >Menu</access>
- <menubuttonsize>16</menubuttonsize>
- <navbuttonsize>22</navbuttonsize>
- <tintcolor>#000000</tintcolor>
- <opacity>0.17</opacity>
- <menuradius>72</menuradius>
- <scheme>Tiny</scheme>
- <menu appname="default" >
- <button>
- <command>konsole --workdir $HOME</command>
- <icon>konsole</icon>
- </button>
- <button>
- <command>gimp</command>
- <icon>gimp</icon>
- </button>
- <button>
- <command>kwrite</command>
- <icon>kwrite</icon>
- </button>
- <button>
- <command>konqueror</command>
- <icon>konqueror</icon>
- </button>
- <button>
- <command>kcalc</command>
- <icon>kcalc</icon>
- </button>
- <button>
- <command>kfmclient openProfile filemanagement</command>
- <icon>kfm_home</icon>
- </button>
- <menu>
- <icon>kmix</icon>
- <button>
- <command>kmix</command>
- <icon>kmix</icon>
- </button>
- <button>
- <command>k3b</command>
- <icon>k3b</icon>
- </button>
- <button>
- <command>amarok</command>
- <icon>amarok</icon>
- </button>
- <button>
- <command>kaffeine</command>
- <icon>kaffeine</icon>
- </button>
- </menu>
- </menu>
- <menu appname="Kdevelop" >
- <button>
- <command>designer</command>
- <icon>kdevdesigner</icon>
- </button>
- <button>
- <command>umbrello</command>
- <icon>umbrello</icon>
- </button>
- <button>
- <command>cervisia</command>
- <icon>cervisia</icon>
- </button>
- <button>
- <command>kompare -o</command>
- <icon>kompare</icon>
- </button>
- <button>
- <command>kate</command>
- <icon>kate</icon>
- </button>
- </menu>
- <menu appname="Amarokapp" >
- <button>
- <command>dcop amarok player prev</command>
- <icon>player_rew</icon>
- </button>
- <button>
- <command>dcop amarok player play</command>
- <icon>player_play</icon>
- </button>
- <button>
- <command>dcop amarok player next</command>
- <icon>player_fwd</icon>
- </button>
- <button>
- <command>dcop amarok player pause</command>
- <icon>player_pause</icon>
- </button>
- <button>
- <command>dcop amarok player stop</command>
- <icon>player_stop</icon>
- </button>
- </menu>
-</root>