From 7af92b4abc4ffed5f14cffc7ca63b2da596dd775 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 27 Nov 2012 11:13:52 +0100 Subject: .sawfish/rc --- .sawfish/rc | 39 ++++++++++++++++++++++++++++----------- 1 file changed, 28 insertions(+), 11 deletions(-) (limited to '.sawfish/rc') diff --git a/.sawfish/rc b/.sawfish/rc index 684ce1d..10c3869 100644 --- a/.sawfish/rc +++ b/.sawfish/rc @@ -2,11 +2,11 @@ (require 'rep.regexp) (require 'sawfish.wm.commands.grow-pack) (require 'sawfish.wm.commands.shrink-yank) +(require 'sawfish.wm.commands.x-cycle) (require 'sawfish.wm.ext.match-window) (require 'sawfish.wm.util.display-window) (require 'sawfish.wm.util.prompt) (require 'sawfish.wm.util.window-order) -(require 'sawfish.wm.commands.x-cycle) (define oni:window-packing-keymap (make-keymap)) (define oni:window-growing-keymap (make-keymap)) @@ -61,6 +61,7 @@ raise it." (call-command `(run-shell-command ,command))))) (setq default-frame-style 'naquadah) +(setq grow-is-maximize nil) (setq prompt-color (cons (get-color "#eeeeec") (get-color "#111113"))) (setq user-apps-menu @@ -115,23 +116,39 @@ raise it." ;; (ungrab-keymap global-keymap) (bind-keys global-keymap - "Super-!" '(run-shell-command (prompt-for-string "Run: ")) "C-M-l" '(run-shell-command "i3lock -c \"#000000\"") - "Super-e" '(oni:run-or-raise (getenv "EDITOR") #:class "Emacs") + "C-Super-B" 'shrink-window-left + "C-Super-F" 'shrink-window-right + "C-Super-N" 'shrink-window-down + "C-Super-P" 'shrink-window-up + "C-Super-TAB" 'cycle-class + "C-Super-`" 'popup-window-menu + "C-Super-b" 'grow-window-left + "C-Super-f" 'grow-window-right + "C-Super-n" 'grow-window-down + "C-Super-p" 'grow-window-up + "Menu" 'popup-root-menu + "Super-!" '(run-shell-command (prompt-for-string "Run: ")) + "Super-:" 'call-command + "Super-B" 'yank-window-left + "Super-C" '(run-shell-command "urxvt") "Super-E" '(run-shell-command (getenv "EDITOR")) - "Super-w" '(oni:run-or-raise (getenv "BROWSER") #:class "Conkeror") + "Super-F" 'yank-window-right + "Super-M" 'maximize-window-toggle + "Super-N" 'yank-window-down + "Super-P" 'yank-window-up + "Super-TAB" 'cycle-windows "Super-W" '(run-shell-command (getenv "BROWSER")) + "Super-`" 'popup-root-menu + "Super-b" 'pack-window-left "Super-c" '(oni:run-or-raise "urxvt" #:class "URxvt") - "Super-C" '(run-shell-command "urxvt") - "Super-TAB" 'cycle-windows - "C-Super-TAB" 'cycle-class - "Super-x" oni:extended-keymap + "Super-e" '(oni:run-or-raise (getenv "EDITOR") #:class "Emacs") "Super-f" 'pack-window-right - "Super-b" 'pack-window-left "Super-n" 'pack-window-down "Super-p" 'pack-window-up - "Menu" 'popup-root-menu - "Super-M" 'maximize-window-toggle) + "Super-w" '(oni:run-or-raise (getenv "BROWSER") #:class "Conkeror") + "Super-x" oni:extended-keymap + ) ;; (grab-keymap global-keymap) (add-window-matcher '((WM_CLASS . "^(Firefox|Conkeror)/Navigator$")) -- cgit v1.2.3-54-g00ecf From ccef0f92bce8242e19f9e149edcdb324fa605405 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 28 Nov 2012 10:15:12 +0100 Subject: .sawfish/rc --- .sawfish/rc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.sawfish/rc') diff --git a/.sawfish/rc b/.sawfish/rc index 10c3869..140cb1b 100644 --- a/.sawfish/rc +++ b/.sawfish/rc @@ -60,7 +60,9 @@ raise it." (if w (display-window w) (call-command `(run-shell-command ,command))))) +(setq custom-show-symbols t) (setq default-frame-style 'naquadah) +(setq default-font (get-font-typed "Xft" "Monaco-10")) (setq grow-is-maximize nil) (setq prompt-color (cons (get-color "#eeeeec") (get-color "#111113"))) -- cgit v1.2.3-54-g00ecf From 8123b403f4d7468d5a4c8a4a724b6ce2fe793471 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 4 Dec 2012 17:45:55 +0100 Subject: .sawfish/rc --- .sawfish/rc | 1 + 1 file changed, 1 insertion(+) (limited to '.sawfish/rc') diff --git a/.sawfish/rc b/.sawfish/rc index 140cb1b..cfb3a16 100644 --- a/.sawfish/rc +++ b/.sawfish/rc @@ -7,6 +7,7 @@ (require 'sawfish.wm.util.display-window) (require 'sawfish.wm.util.prompt) (require 'sawfish.wm.util.window-order) +(require 'sawfish.wm.util.stacking) (define oni:window-packing-keymap (make-keymap)) (define oni:window-growing-keymap (make-keymap)) -- cgit v1.2.3-54-g00ecf