Add new bwrap scripts

This commit is contained in:
Jesús
2021-10-01 12:31:12 -05:00
parent c902f9f6d1
commit 585f7de3fb
3 changed files with 98 additions and 2 deletions

4
config
View File

@@ -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"