diff options
author | Jesús <heckyel@hyperbola.info> | 2021-10-01 12:31:12 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-10-01 12:31:12 -0500 |
commit | 585f7de3fb7110b57c6e78f02242a8a5c7a855d1 (patch) | |
tree | cb3d7a639f801ec1c934a6a8dcf5b70d3cb68924 /config | |
parent | c902f9f6d1afdfa8f60143b3a3a8cfbb3e835a71 (diff) | |
download | i3-config-585f7de3fb7110b57c6e78f02242a8a5c7a855d1.tar.lz i3-config-585f7de3fb7110b57c6e78f02242a8a5c7a855d1.tar.xz i3-config-585f7de3fb7110b57c6e78f02242a8a5c7a855d1.zip |
Add new bwrap scripts
Diffstat (limited to 'config')
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -307,8 +307,8 @@ set $mode_apps Launch: Shift enable mode private apps [i]ceweasel-uxp ice[d]ove- mode "$mode_apps" { bindsym i exec "bash $HOME/.config/bwrap/iceweasel-uxp.bash", mode "default" bindsym Shift+i exec "bash $HOME/.config/bwrap/iceweasel-uxp-private.bash", mode "default" - bindsym d exec "firejail --seccomp --noroot --disable-mnt icedove-uxp", mode "default" - bindsym Shift+d exec "firejail --seccomp --private icedove-uxp", mode "default" + bindsym d exec "bash $HOME/.config/bwrap/icedove-uxp.bash", mode "default" + bindsym Shift+d exec "bash $HOME/.config/bwrap/icedove-uxp-private.bash", mode "default" # back to normal: Enter or Escape bindsym Return mode "default" bindsym Escape mode "default" |