• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Japanese translation of message catalog for Sawfish Window-Manager


Commit MetaInfo

Revisión0b0433471601376957e1d57694872adba6fd96ff (tree)
Tiempo2014-08-20 04:01:30
AutorChristopher Roy Bratusek <nano@jpbe...>
CommiterChristopher Roy Bratusek

Log Message

disable raise-windows-on-focus in tabbing if not set via SawfishConfig

Cambiar Resumen

Diferencia incremental

--- a/lisp/sawfish/wm/tabs/tabgroup.jl
+++ b/lisp/sawfish/wm/tabs/tabgroup.jl
@@ -607,11 +607,11 @@ sticky, unsticky, fixed-position."
607607 (nth 1 (frame-style-tabbars-support win)))))
608608 (case current-pos
609609 ((top) (warp-cursor (+ (car (window-position win)) start-right (nth 4 tab-pos-list) (quotient (nth 6 tab-pos-list) 2))
610- (+ (quotient (- (cdr (window-frame-dimensions win)) (cdr (window-dimensions win)) 2) 2) (cdr (window-position win)))))
610+ (+ (quotient (- (cdr (window-frame-dimensions win)) (cdr (window-dimensions win)) 4) 2) (cdr (window-position win)))))
611611 ((bottom) (warp-cursor (+ (car (window-position win)) start-right (nth 4 tab-pos-list) (quotient (nth 6 tab-pos-list) 2))
612612 (+ (quotient (- (cdr (window-frame-dimensions win)) (cdr (window-dimensions win))) 2)
613- (cdr (window-position win)) (cdr (window-dimensions win)) 2)))
614- ((left) (warp-cursor (+ (quotient (- (car (window-frame-dimensions win)) (car (window-dimensions win)) 2) 2) (car (window-position win)))
613+ (cdr (window-position win)) (cdr (window-dimensions win)))))
614+ ((left) (warp-cursor (+ (quotient (- (car (window-frame-dimensions win)) (car (window-dimensions win)) 4) 2) (car (window-position win)))
615615 (- (+ (cdr (window-position win)) (cdr (window-dimensions win))) start-right (nth 7 tab-pos-list)
616616 (quotient (nth 9 tab-pos-list) 2))))
617617 ((right) (warp-cursor (+ (quotient (- (car (window-frame-dimensions win)) (car (window-dimensions win))) 2)
@@ -645,7 +645,7 @@ of the windows the same 'tab-group property"
645645
646646 (define timer-raise nil)
647647 (define (focus-in-tab win)
648- (let ((timer-wait (if raise-windows-on-focus raise-window-timeout '500)))
648+ (let ((timer-wait (if raise-windows-on-focus raise-window-timeout '1)))
649649 (if (or (eq focus-mode 'click)
650650 (eq (window-get win 'focus-mode) 'click))
651651 (setq timer-wait '1))