diff options
Diffstat (limited to '.idesktop')
-rw-r--r-- | .idesktop/ario.lnk | 12 | ||||
-rw-r--r-- | .idesktop/home.lnk | 11 | ||||
-rw-r--r-- | .idesktop/openbox.lnk | 11 |
3 files changed, 28 insertions, 6 deletions
diff --git a/.idesktop/ario.lnk b/.idesktop/ario.lnk index bb6a20f..f333ba5 100644 --- a/.idesktop/ario.lnk +++ b/.idesktop/ario.lnk @@ -1,11 +1,11 @@ table Icon Caption: Ario - ToolTip.Caption: Google's OSS Web Browser - Icon: /usr/local/share/icons/hicolor/32x32/apps/ario.png - Width: 32 - Height: 32 - X: 3672 - Y: 920 + ToolTip.Caption: GTK MPD client + Icon: /usr/local/share/icons/hicolor/48x48/apps/ario.png + Width: 48 + Height: 48 + X: 704 + Y: 240 Command[0]: ario end diff --git a/.idesktop/home.lnk b/.idesktop/home.lnk new file mode 100644 index 0000000..a139f07 --- /dev/null +++ b/.idesktop/home.lnk @@ -0,0 +1,11 @@ +table Icon + Caption: Home + ToolTip.Caption: Open PCManFM in the home directory + Icon: /usr/local/share/icons/Faenza/places/48/folder-home.png + Width: 48 + Height: 48 + X: 696 + Y: 152 + Command[0]: pcmanfm ~/ +end + diff --git a/.idesktop/openbox.lnk b/.idesktop/openbox.lnk new file mode 100644 index 0000000..c44f06b --- /dev/null +++ b/.idesktop/openbox.lnk @@ -0,0 +1,11 @@ +table Icon + Caption: Openbox + ToolTip.Caption: Openbox menu + Icon: /usr/local/share/icons/matefaenza/apps/48/mate-panel-launcher.png + Width: 48 + Height: 48 + X: 696 + Y: 56 + Command[0]: xdotool key super+space +end + |