aboutsummaryrefslogtreecommitdiff
path: root/src/etc/xdg/autostart
diff options
context:
space:
mode:
Diffstat (limited to 'src/etc/xdg/autostart')
-rw-r--r--src/etc/xdg/autostart/fix-alttab-daemon.desktop13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/etc/xdg/autostart/fix-alttab-daemon.desktop b/src/etc/xdg/autostart/fix-alttab-daemon.desktop
new file mode 100644
index 0000000..f02d8e6
--- /dev/null
+++ b/src/etc/xdg/autostart/fix-alttab-daemon.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Categories=Utility;Accessibility;
+Comment=forces alttab dialog to visible monitor
+Exec=/usr/bin/fix-alttab-daemon
+GenericName=Fix alttab daemon
+Icon=system-run
+Keywords=daemon;alttab;
+Name=Fix-alttab daemon
+StartupNotify=true
+Terminal=false
+Type=Application
+Version=1.0
+Hidden=false
bgstack15