Skip to content

Commit

Permalink
[sawfish] Various small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mina86 committed Jun 2, 2024
1 parent d8358c5 commit a8e20fb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions sawfishrc
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Windows are matched in most recently focused first order."
("W-a" "GIMP" "gimp")
("W-o" "Geeqie" "geeqie")
("Pause" . ,(sh-maybe libexec "xlocker"))
("Scroll_Lock" . ,(sh-maybe libexec "xlocker"))
("Scroll_Lock" . "killall xcompmgr")
("Print" . ,(sh-maybe libexec "xlocker"))
("W-\"" . "m rewind")
("W-'" . "m prev")
Expand Down Expand Up @@ -373,6 +373,7 @@ Windows are matched in most recently focused first order."
(unbind-keys global-keymap "C-Tab")

;; Window manipulations
(setq grow-is-maximize nil)
(bind-keys window-keymap
;; Move to an edge
"W-c" 'pack-window-up
Expand Down Expand Up @@ -404,9 +405,7 @@ Windows are matched in most recently focused first order."
(lambda (spec)
(when (string-looking-at (car spec) sn)
(apply mn-run-unless (cdr spec))))
`(("" "^Emacs/emacs$" "e")
("erwin|pikus" "/IRC$" ,mn-irssi-command)
("erwin" "/MPD$" ,mn-mpdshow-command)))
`(("" "^Emacs/emacs$" "e")))
(set-screen-viewport 0 0))))

;;}}}
Expand Down

0 comments on commit a8e20fb

Please sign in to comment.