summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThorsten Wißmann <edu@thorsten-wissmann.de>2013-03-09 14:58:00 +0100
committerThorsten Wißmann <edu@thorsten-wissmann.de>2013-03-09 14:58:15 +0100
commitf8587ccf1cc8cbc8b19baa3aae9220f4c1d98b68 (patch)
tree64683cf7008c204124577b80049c8bf81de0774b /scripts
parent6420f24ecbd673aa89c13e3e177e2f640472054d (diff)
floatmon.sh: Make floatkey configurable
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/floatmon.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/floatmon.sh b/scripts/floatmon.sh
index f99cef0c..9f1f0537 100755
--- a/scripts/floatmon.sh
+++ b/scripts/floatmon.sh
@@ -3,6 +3,7 @@
monitor=floatmon
tag=fl
Mod=${Mod:-Mod1}
+Floatkey=${Floatkey:-Shift-f}
hc() { herbstclient "$@" ; }
@@ -49,5 +50,5 @@ or case: and
. focus_monitor 0
)
-herbstclient keybind $Mod-Shift-f "${cmd[@]}"
+herbstclient keybind $Mod-$Floatkey "${cmd[@]}"