summarylogtreecommitdiffstats
path: root/xdm-xfreq.rc
diff options
context:
space:
mode:
authorCyrIng2015-12-10 21:14:00 +0100
committerCyrIng2015-12-10 21:14:00 +0100
commitca8c02f529b926c2fb9df92e4ab949da25a6155a (patch)
tree1554ca89a44777c0d97d89bdd63a22c81541f1ad /xdm-xfreq.rc
parente015ee4702bfa7b76d3e8f2c3d577473801e8c55 (diff)
downloadaur-ca8c02f529b926c2fb9df92e4ab949da25a6155a.tar.gz
Autoraise Windows. Notifications.
Diffstat (limited to 'xdm-xfreq.rc')
-rwxr-xr-xxdm-xfreq.rc5
1 files changed, 4 insertions, 1 deletions
diff --git a/xdm-xfreq.rc b/xdm-xfreq.rc
index dae5ddab43fc..0bf5f79009c5 100755
--- a/xdm-xfreq.rc
+++ b/xdm-xfreq.rc
@@ -23,7 +23,7 @@ XDM_XFREQ_CLOCK_PATH=xclock
XDM_XFREQ_CLOCK_ARGS="-geometry 256x32-0-0 -twentyfour"
XDM_XFREQ_CLOCK_PID="/var/run/xdm-xfreq-clock.pid"
-# Buttons settings
+# Buttons and Notify settings
XDM_XFREQ_BUTTONS_PATH=xmessage
XDM_XFREQ_BUTTONS_ARGS="-geometry $(( $WIDTH - 256 ))x32+0-0"
XDM_XFREQ_BUTTONS_PID="/var/run/xdm-xfreq-buttons.pid"
@@ -34,6 +34,9 @@ XDM_XFREQ_BUTTONS_REBOOT="-buttons Reboot?:11,Cancel?:12 -default Cancel? -timeo
XDM_XFREQ_BUTTONS_RESCUE="-buttons Rescue?:11,Cancel?:12 -default Cancel? -timeout 6"
XDM_XFREQ_BUTTONS_SUBMENU="-buttons \<\<:99,Screenshot:11,ScreenSaver=5min:20,ScreenSaver=7min:21,ScreenSaver=10min:22,ScreenSaver=12min:23,ScreenSaver=15min:24,ScreenSaver=20min:25"
+XDM_XFREQ_NOTIFY_PATH=xmessage
+XDM_XFREQ_NOTIFY_ARGS="-geometry +24-64 -timeout 15 -buttons"
+
# Screenshot
XDM_XFREQ_SCREENSHOT_PATH=scrot
XDM_XFREQ_SCREENSHOT_ARGS="-d 6 /tmp/%Y%m%d-%H%M%S-\$wx\$h.png"