Add quassel to keybound programs.

This commit is contained in:
Anna Rose 2015-10-30 01:02:24 -04:00
parent 682922aa3c
commit 26a010f96d

View File

@ -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"