diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-08-12 11:08:26 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-08-12 11:08:26 +0100 |
commit | 5cd21c11b3fad600c748164fa36c4f453702d0dc (patch) | |
tree | e3a1a08c36acaa095dca1a36b46ace53224c3d4e | |
parent | 59d829ce7fed66fc92a18c3e18b04b661e99af60 (diff) |
i3: added bindings for browser and mail client keys
* XF86HomePage is set to launch firefox in the background
* XF86Mail is set to launch claws-mail in the background
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
-rw-r--r-- | user/.config/i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/.config/i3/config b/user/.config/i3/config index 51f2078..0780353 100644 --- a/user/.config/i3/config +++ b/user/.config/i3/config @@ -161,6 +161,9 @@ bindsym XF86AudioMute exec --no-startup-id amixer -q -- set Master toggle bindsym XF86PowerOff exec --no-startup-id lock & +bindsym XF86HomePage exec --no-startup-id firefox & +bindsym XF86Mail exec --no-startup-id claws-mail & + # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available) bar { |