Am Dienstag 03 Mai 2011, 13:48:58 schrieb Kim B. Heino: > > > sawfish-config -> bindings. Hotkeys using "set viewport linear" did > > > not work... > > > > Ahh... because I removed it from autload, you'll need to require > > sawfish.wm.commands.viewport-linear now. > > Ok. It's still available in sawfish-config -> bindings. Perhaps it > should be removed from there too? I missed two. Chris
diff --git a/lisp/sawfish/wm/autoload.jl b/lisp/sawfish/wm/autoload.jl index d818598..8bf2271 100644 --- a/lisp/sawfish/wm/autoload.jl +++ b/lisp/sawfish/wm/autoload.jl @@ -192,8 +192,6 @@ (autoload-command 'send-to-workspace-up 'sawfish.wm.ext.workspace-grid) (autoload-command 'send-to-workspace-left 'sawfish.wm.ext.workspace-grid) (autoload-command 'send-to-workspace-right 'sawfish.wm.ext.workspace-grid) -(autoload-command (quote set-viewport-linear) (quote "viewport-linear") #:type (backquote (and (labelled (backquote-unquote (_ "Index:")) (number 0))))) -(autoload-command (quote set-window-viewport-linear) (quote "viewport-linear") #:type (backquote (and (labelled (backquote-unquote (_ "Index:")) (number 0))))) (autoload-command 'jump-or-exec 'sawfish.wm.commands.jump-or-exec) (autoload-command 'edge-flip-invoke 'sawfish.wm.edge.flip) (autoload-command 'viewport-drag-invoke 'sawfish.wm.edge.viewport-drag)
Attachment:
signature.asc
Description: This is a digitally signed message part.