From 26a010f96d1f73c16740887816a149254bbe0382 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Fri, 30 Oct 2015 01:02:24 -0400 Subject: [PATCH] Add quassel to keybound programs. --- sawfish/rc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sawfish/rc b/sawfish/rc index c5dd0b4..31c75cb 100644 --- a/sawfish/rc +++ b/sawfish/rc @@ -19,7 +19,8 @@ ('chrome (system "google-chrome --disable-gpu-compositing &")) ('term-code (system "gnome-terminal --role code --geometry=120x34 &")) ('term-quick (system "gnome-terminal --role quick --geometry=80x24 &")) - ('term-std (system "gnome-terminal --role terminal --geometry=100x28 &")) )) + ('term-std (system "gnome-terminal --role terminal --geometry=100x28 &")) + ('quassel (system "quasselclient &")) )) ; Note that the documentation for 'insert-workspace' is wrong, and we insert ; *after* the provided value, not before @@ -64,7 +65,8 @@ "t" '(launch-app 'term-std) "q" '(launch-app 'term-quick) "o" '(launch-app 'term-code) - "c" '(launch-app 'chrome) ) + "c" '(launch-app 'chrome) + "i" '(launch-app 'quassel) ) (unbind-keys global-keymap "W-Left"