summaryrefslogtreecommitdiff
path: root/bindings.config
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-08-13 13:05:34 +0200
committerAnton Khirnov <anton@khirnov.net>2012-08-19 08:39:04 +0200
commit09e2ffa33f135754dd110983e04eac402d01293a (patch)
treea5973ad23b29df5d2dea955126329d247e70307a /bindings.config
parent88fbc9b4a2b68556e3dec33afdc98edd6273cf51 (diff)
Use InfoStore instead of polluting the environment.
Diffstat (limited to 'bindings.config')
-rw-r--r--bindings.config10
1 files changed, 5 insertions, 5 deletions
diff --git a/bindings.config b/bindings.config
index 6bdbcdb..0cf3227 100644
--- a/bindings.config
+++ b/bindings.config
@@ -91,19 +91,19 @@ Test (x xkill) Key Escape A M Exec xkill
Key Delete A CM Restart
# Lock screen
-Test (EnvIsSet fvwm_config_lock) Key L A 4 Exec $[fvwm_config_lock]
+Key L A 4 Exec $[infostore.lock]
####################
# Launching apps #
####################
# FvwmConsole
-Key F A 4 FvwmConsole -terminal $[fvwm_config_terminal]
+Key F A 4 FvwmConsole -terminal $[infostore.terminal]
# Launch preferred applications
-Key T A 4 Exec exec $[fvwm_config_terminal]
-Key V A 4 Exec exec $[fvwm_config_terminal] -e alsamixer
-Key Escape A 4 Exec exec $[fvwm_config_terminal] -e htop
+Key T A 4 Exec exec $[infostore.terminal]
+Key V A 4 Exec exec $[infostore.terminal] -e alsamixer
+Key Escape A 4 Exec exec $[infostore.terminal] -e htop
# screenshot
Key Space A 4 Exec exec import -window root $[HOME]/screen-$(date +%Y%m%d_%H%M%S).png