From: Mike Frysinger Date: Mon, 1 May 2017 16:12:07 +0000 (-0400) Subject: autostart: add xmodmap/xset X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=4eaf1f6a5238b4cdef87ee4134f8aebc6738bea6 autostart: add xmodmap/xset --- diff --git a/.config/autostart/xmodmap.desktop b/.config/autostart/xmodmap.desktop new file mode 100644 index 0000000..01541ef --- /dev/null +++ b/.config/autostart/xmodmap.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Version=0.9.4 +Type=Application +Name=xmodmap +Comment= +Exec=bash -c '~vapier/.kde/Autostart/xmodmap' +OnlyShowIn=XFCE; +StartupNotify=false +Terminal=false +Hidden=false + diff --git a/.config/autostart/xset.desktop b/.config/autostart/xset.desktop new file mode 100644 index 0000000..1fb31f3 --- /dev/null +++ b/.config/autostart/xset.desktop @@ -0,0 +1,12 @@ +[Desktop Entry] +Encoding=UTF-8 +Version=0.9.4 +Type=Application +Name=xset +Comment= +Exec=bash -c '~vapier/.kde/Autostart/xset-rate' +OnlyShowIn=XFCE; +StartupNotify=false +Terminal=false +Hidden=false +