diff options
author | Joe <bousset.rudy@gmail.com> | 2023-01-31 21:13:10 +0100 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-01-31 21:13:10 +0100 |
commit | ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f (patch) | |
tree | 7341031ed0f84167350e95f48397761ef6544ad9 /.idesktop | |
parent | fbsd merge (diff) | |
parent | up (diff) | |
download | dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.gz dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.bz2 dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.xz dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.zst dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.zip |
Merge branch 'master' of gitjoe.xyz:dotfiles-bsd
Diffstat (limited to '')
-rw-r--r-- | .idesktop/ario.lnk | 11 | ||||
-rw-r--r-- | .idesktop/default.lnk | 0 | ||||
-rw-r--r-- | .idesktop/firefox.lnk | 12 | ||||
-rw-r--r-- | .idesktop/home.lnk | 11 | ||||
-rw-r--r-- | .idesktop/openbox.lnk | 11 | ||||
-rw-r--r-- | .idesktop/thunderbird.lnk | 11 |
6 files changed, 56 insertions, 0 deletions
diff --git a/.idesktop/ario.lnk b/.idesktop/ario.lnk new file mode 100644 index 0000000..a11b9ad --- /dev/null +++ b/.idesktop/ario.lnk @@ -0,0 +1,11 @@ +table Icon + Caption: Ario + ToolTip.Caption: GTK MPD client + Icon: /usr/share/icons/hicolor/64x64/apps/ario.png + Width: 64 + Height: 64 + X: 1984 + Y: 576 + Command[0]: ario +end + diff --git a/.idesktop/default.lnk b/.idesktop/default.lnk new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.idesktop/default.lnk diff --git a/.idesktop/firefox.lnk b/.idesktop/firefox.lnk new file mode 100644 index 0000000..ea6a808 --- /dev/null +++ b/.idesktop/firefox.lnk @@ -0,0 +1,12 @@ +table Icon + Caption: Firefox + ToolTip.Caption: Firefox Web Browser + Icon: /usr/share/icons/hicolor/64x64/apps/firefox.png + Width: 64 + Height: 64 + X: 1984 + Y: 320 + Command[0]: firefox + Command[1]: torify firefox +end + diff --git a/.idesktop/home.lnk b/.idesktop/home.lnk new file mode 100644 index 0000000..1f130ca --- /dev/null +++ b/.idesktop/home.lnk @@ -0,0 +1,11 @@ +table Icon + Caption: Home + ToolTip.Caption: Open PCManFM in the home directory + Icon: /usr/share/icons/Faenza/places/64/folder-home.png + Width: 64 + Height: 64 + X: 1984 + Y: 192 + Command[0]: pcmanfm ~/ +end + diff --git a/.idesktop/openbox.lnk b/.idesktop/openbox.lnk new file mode 100644 index 0000000..8749357 --- /dev/null +++ b/.idesktop/openbox.lnk @@ -0,0 +1,11 @@ +table Icon + Caption: Openbox + ToolTip.Caption: Openbox menu + Icon: /usr/share/icons/Faenza/apps/64/gnome-panel-launcher.png + Width: 64 + Height: 64 + X: 1984 + Y: 64 + Command[0]: xdotool key super+space +end + diff --git a/.idesktop/thunderbird.lnk b/.idesktop/thunderbird.lnk new file mode 100644 index 0000000..235ce12 --- /dev/null +++ b/.idesktop/thunderbird.lnk @@ -0,0 +1,11 @@ +table Icon + Caption: Thunderbird + ToolTip.Caption: Thunderbird Mail Client + Icon: /usr/share/icons/hicolor/64x64/apps/thunderbird.png + Width: 64 + Height: 64 + X: 1984 + Y: 448 + Command[0]: thunderbird +end + |