diff options
Diffstat (limited to 'community/esekeyd/esekeyd.conf')
-rw-r--r-- | community/esekeyd/esekeyd.conf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/community/esekeyd/esekeyd.conf b/community/esekeyd/esekeyd.conf new file mode 100644 index 000000000..c391a9670 --- /dev/null +++ b/community/esekeyd/esekeyd.conf @@ -0,0 +1,31 @@ +# +# ESE Key Deamon 1.2.1 config file +# + +# Note: esekeyd runs all commands as root! +# In order to run commands as user you should call them this way: +#CALC:su -l username -c "/bin/bash -l -c 'DISPLAY=:0 gcalctool &'" +# +# Note that it is impossible to use xdg-utils and some Gnome/KDE applications +# because some vital environment variables are set after desktop session start, +# so shell session started via su won't have them + +#BACK: +#FORWARD: +#STOP: +#REFRESH: +#SEARCH: +#BOOKMARKS:/bin/sh -c "DISPLAY=:0 xterm &" +#WWW: +#MAIL: +#PREVIOUSSONG:mpc prev & +#STOPCD:mpc stop & +#PLAYPAUSE:mpc toggle & +#NEXTSONG:mpc next & +#VOLUMEDOWN:amixer set Master 5%- & +#VOLUMEUP:amixer set Master 5%+ & +#MUTE:amixer set Master toggle & +#MEDIA:mpc update & +#COMPUTER: +#CALC:/bin/sh -c "DISPLAY=:0 xcalc &" +#SLEEP:/bin/sh -c "DISPLAY=:0 xset dpms force standby &" |