[sawfish] window-ops: move send-window-to and copy-window-to into workspace sub-menu
- From: Christopher Bratusek <chrisb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sawfish] window-ops: move send-window-to and copy-window-to into workspace sub-menu
- Date: Sat, 16 Oct 2010 09:55:09 +0000 (UTC)
commit 641fc9e900a3701343f374f9183209e71b533e6b
Author: Christopher Roy Bratusek <zanghar freenet de>
Date: Sat Oct 16 11:52:34 2010 +0200
window-ops: move send-window-to and copy-window-to into workspace sub-menu
lisp/sawfish/wm/menus.jl | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/lisp/sawfish/wm/menus.jl b/lisp/sawfish/wm/menus.jl
index dd8bfc7..6166e5b 100644
--- a/lisp/sawfish/wm/menus.jl
+++ b/lisp/sawfish/wm/menus.jl
@@ -110,12 +110,12 @@ before killing it.")
()
(,(_ "_Toggle") . window-ops-toggle-menu)
(,(_ "In _group") . window-group-menu)
- (,(_ "_Send window to")
- (,(_ "_Previous workspace") send-to-previous-workspace)
- (,(_ "_Next workspace") send-to-next-workspace))
- (,(_ "C_opy window to")
- (,(_ "P_revious workspace") copy-to-previous-workspace)
- (,(_ "Ne_xt workspace") copy-to-next-workspace))
+ (,(_ "_Workspace")
+ (,(_ "Move to _Previous workspace") send-to-previous-workspace)
+ (,(_ "Move to _Next workspace") send-to-next-workspace)
+ ()
+ (,(_ "Copy to P_revious workspace") copy-to-previous-workspace)
+ (,(_ "Copy to Ne_xt workspace") copy-to-next-workspace))
(,(_ "_Grow & Pack")
(,(_ "Grow left") grow-window-left)
(,(_ "Grow right") grow-window-right)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]