aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-12-31 10:18:16 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-12-31 10:18:16 +0100
commit67e56ccab9f3d406a16226d8227bf4a096b3a2aa (patch)
treea83a2a249d834d676c8dfcce0bb48cb8f68274b6
parentc76dbd1d32e52ddafeb4036fe8f6d4e075843aa8 (diff)
downloaddotfiles-67e56ccab9f3d406a16226d8227bf4a096b3a2aa.tar.gz
dotfiles-67e56ccab9f3d406a16226d8227bf4a096b3a2aa.zip
Add developer edition to i3
-rw-r--r--i3/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/i3/config b/i3/config
index 0b4fe50..5af7f9f 100644
--- a/i3/config
+++ b/i3/config
@@ -125,7 +125,7 @@ bindsym $mod+Shift+r restart
# App bindings to open
set $open_mode Open: (e) Emacs, (f) Firefox
mode "$open_mode" {
- bindsym f exec firefox, mode "default"
+ bindsym f exec firefox-developer-edition, mode "default"
bindsym e exec emacsclient -c -a "emacs", mode "default"
# back to normal: Enter or Escape