Sawfish
Advertisement
Scripts quick access edit this
  • Author: Rafal Strzalinski <rafal@strzalinski.pl>
  • Maintainer: Tristan Huang <tristan.j.huang AT gmail DOT com>
  • Download: animate-move.jl

Synopsis[]

Smoothly slide windows across the screen.

Description[]

Some functions to asynchronous animated moving windows.

Configuration[]

Add this to your ~/.sawfishrc:

(bind-keys window-keymap
          "H-x" 'toggle-window-shaded
          "H-z" 'iconify-window
          "H-c" 'animate-center-window
          "H-C" 'center-window
          "H-k" 'delete-window
          "H-r" 'rotate-move)

Add this to your modmap to work windows-logo-key as Hyper:

 keycode 115 = Hyper_L
 keycode 116 = Hyper_R
 clear MOD3
 add mod3 = Hyper_L  Hyper_R

With this Windows-logo-keys become more usable.

Advertisement