diff options
-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 |