summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <wyskas@gmail.com>2009-04-21 07:59:12 +0200
committerAnton Khirnov <wyskas@gmail.com>2009-04-21 07:59:12 +0200
commit3b8e12351a9c7bcbdea70598b09ee7944b646ae7 (patch)
treef5088eceddef25bed09edcb0d647ca17ed4ec55e
parentf34e63e8e40fed4b226d2ac899be36316945270e (diff)
bindings: add a shortcut for FVWM restart.
-rw-r--r--bindings.config12
1 files changed, 8 insertions, 4 deletions
diff --git a/bindings.config b/bindings.config
index c824d9b..0f598fc 100644
--- a/bindings.config
+++ b/bindings.config
@@ -27,6 +27,7 @@ Mouse 1 I N Iconify off
Mouse 4 T N WindowShade true
Mouse 5 T N WindowShade false
+# click on window title
Mouse 1 2 A FvwmWindowClose
Mouse 1 4 A FvwmWindowMaximize 100 100
Mouse 1 6 A FvwmWindowIconify on
@@ -64,10 +65,6 @@ Key Tab A M WindowList Root c c currentDesk, \
Key Tab A 4 Next (CurrentPage, !Gkrellm, !FvwmPager) next_window_in_page
Key Tab A CM Next (CurrentPage, !Gkrellm, !FvwmPager) next_window_in_page
-# Kill
-Test (x xkill) Key Escape A M Exec xkill
-Test (x xkill) Key K A 4 Exec xkill
-
# Do something interesting with the extra mouse buttons
Silent Mouse 6 T N Resize br w-10 w-10
Silent Mouse 7 T N Resize br w+10 w+10
@@ -85,6 +82,13 @@ Key Up A 4 GotoPage 0p -1p
Key Down A 4 GotoPage 0p +1p
Piperead 'for i in `seq 0 $(($pages-1))`; do j=$(($i+1)); echo Key $j A 4 GotoPage 0 $i; done'
+# Kill
+Test (x xkill) Key Escape A M Exec xkill
+Test (x xkill) Key K A 4 Exec xkill
+
+# Restart FVWM
+Key Delete A CM Restart
+
####################
# Launching apps #
####################