summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.local/bin/dmlog7
-rw-r--r--.local/share/applications/bat-joe.desktop4
-rw-r--r--.local/share/applications/nsxiv-joe.desktop8
3 files changed, 18 insertions, 1 deletions
diff --git a/.local/bin/dmlog b/.local/bin/dmlog
index 9244cbf..6256be8 100755
--- a/.local/bin/dmlog
+++ b/.local/bin/dmlog
@@ -64,7 +64,12 @@ sub action
"-fail-color", "0xcc241d");
}
else {
- exec(XSCREENSAVER_PATH, '-lock');
+ if (HOSTNAME eq 'po-rbo') {
+ exec(SLOCK_PATH);
+ }
+ else {
+ exec(XSCREENSAVER_PATH, '-lock');
+ }
}
}
elsif ($var eq ${+LIST}[1]) {
diff --git a/.local/share/applications/bat-joe.desktop b/.local/share/applications/bat-joe.desktop
new file mode 100644
index 0000000..0fa2670
--- /dev/null
+++ b/.local/share/applications/bat-joe.desktop
@@ -0,0 +1,4 @@
+[Desktop Entry]
+Type=Application
+Name=bat joe
+Exec=bat --tabs 4 --paging=always -f %F
diff --git a/.local/share/applications/nsxiv-joe.desktop b/.local/share/applications/nsxiv-joe.desktop
new file mode 100644
index 0000000..f105b30
--- /dev/null
+++ b/.local/share/applications/nsxiv-joe.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=nsxiv joe
+GenericName=Image Viewer
+Exec=nsxiv -abo %F
+MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png;image/tiff;image/x-bmp;image/x-portable-anymap;image/x-portable-bitmap;image/x-portable-graymap;image/x-tga;image/x-xpixmap;image/webp;image/heic;image/svg+xml;application/postscript;image/jp2;image/jxl;image/avif;image/heif;
+NoDisplay=true
+Icon=nsxiv