diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-25 21:37:16 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-25 21:37:16 -0500 |
commit | 432e82fc2164f18c2c66cb93689a9c1c5637fa7c (patch) | |
tree | 6b4045b813cc390d2bd52dc224c1d20996fdc325 | |
parent | 1de4d589b90d468b4fb137c063eb35524da4557f (diff) | |
download | i3-config-432e82fc2164f18c2c66cb93689a9c1c5637fa7c.tar.lz i3-config-432e82fc2164f18c2c66cb93689a9c1c5637fa7c.tar.xz i3-config-432e82fc2164f18c2c66cb93689a9c1c5637fa7c.zip |
added icedove-uxp and iceweasel-uxp
-rw-r--r-- | config | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -292,6 +292,20 @@ mode "$mode_display_on_off" { } bindsym $mod+p mode "$mode_display_on_off" +# Press $mod+o followed by either i, d, Escape or Return to launch Iceweasel-UXP, +# Icedove-UXP or return to the default mode, respectively. +set $mode_apps Launch: Shift enable mode private app [i]ceweasel-uxp ice[d]ove-uxp +mode "$mode_apps" { + bindsym i exec "firejail iceweasel-uxp", mode "default" + bindsym Shift+i exec "firejail --private iceweasel-uxp", mode "default" + bindsym d exec "firejail icedove-uxp", mode "default" + bindsym Shift+d exec "firejail --private icedove-uxp", mode "default" + # back to normal: Enter or Escape + bindsym Return mode "default" + bindsym Escape mode "default" +} +bindsym $mod+o mode "$mode_apps" + #players global horkeys bindsym XF86AudioPrev exec playerctl previous bindsym XF86AudioNext exec playerctl next |