dotfiles.git

commit e075edd8863d3283fec01fcaaa00479d91d6e388

Author: Adam Evyčędo <git@apiote.xyz>

add more desktop files

 .gitignore | 1 +
 .local/share/applications/studio.desktop | 9 +++++++++


diff --git a/.gitignore b/.gitignore
index d86f567fa3e37f9dca9e1b499380b0280bbddd18..091c2c670850874bc12b148d08ad96ee72fc9a1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@ /.cache
 /.local/state
 /.local/share/containers
 /.local/share/ssh
+/.local/share/x11docker
 !/.local/share/ssh/config
 /.config/GIMP
 /.config/Thunar




diff --git a/.local/share/applications/laptop-mode-tools.desktop b/.local/share/applications/laptop-mode-tools.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
Binary files /dev/null and b/.local/share/applications/laptop-mode-tools.desktop differ




diff --git a/.local/share/applications/org.pwmt.zathura-djvu.desktop b/.local/share/applications/org.pwmt.zathura-djvu.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
Binary files /dev/null and b/.local/share/applications/org.pwmt.zathura-djvu.desktop differ




diff --git a/.local/share/applications/org.pwmt.zathura-pdf-mupdf.desktop b/.local/share/applications/org.pwmt.zathura-pdf-mupdf.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
Binary files /dev/null and b/.local/share/applications/org.pwmt.zathura-pdf-mupdf.desktop differ




diff --git a/.local/share/applications/org.pwmt.zathura.desktop b/.local/share/applications/org.pwmt.zathura.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
Binary files /dev/null and b/.local/share/applications/org.pwmt.zathura.desktop differ




diff --git a/.local/share/applications/studio.desktop b/.local/share/applications/studio.desktop
new file mode 100644
index 0000000000000000000000000000000000000000..f96d71cb5caa909a5e8c64fd289e49cc7eea7712
--- /dev/null
+++ b/.local/share/applications/studio.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Type=Application
+Name=studio
+Exec=x11docker --backend 'podman' --user 'RETAIN'  -H -m -I -- 'android-studio'
+Icon=x11docker
+Categories=System
+Keywords=docker x11docker studio 
+
+TryExec=x11docker --backend 'podman' --user 'RETAIN'  -H -m -I -- 'android-studio'