remove not security abrowser

This commit is contained in:
Jesús 2019-06-30 23:09:11 -05:00
parent 78ba338983
commit f58bb95afe
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

4
config
View File

@ -133,7 +133,7 @@ bindsym $mod+Shift+0 move container to workspace $workspace10
# Assign to programs # Assign to programs
assign [class=Xfce4-terminal] $workspace1 assign [class=Xfce4-terminal] $workspace1
assign [class=Abrowser|Iceweasel|Gajim|qTox|Transmission-gtk] $workspace2 assign [class=Iceweasel|Gajim|qTox|Transmission-gtk] $workspace2
assign [class=File-roller|Thunar] $workspace3 assign [class=File-roller|Thunar] $workspace3
assign [class=Emacs|Epdfview|Geany|Gucharmap|libreoffice*|Soffice] $workspace4 assign [class=Emacs|Epdfview|Geany|Gucharmap|libreoffice*|Soffice] $workspace4
assign [class=Icedove] $workspace5 assign [class=Icedove] $workspace5
@ -286,8 +286,6 @@ bindsym $mod+Shift+p mode "$mode_display_on_off"
# Icedove-UXP or return to the default mode, respectively. # Icedove-UXP or return to the default mode, respectively.
set $mode_apps Launch: Shift enable mode private apps [a]browser [i]ceweasel-uxp ice[d]ove-uxp set $mode_apps Launch: Shift enable mode private apps [a]browser [i]ceweasel-uxp ice[d]ove-uxp
mode "$mode_apps" { mode "$mode_apps" {
bindsym a exec "firejail abrowser", mode "default"
bindsym Shift+a exec "firejail --private abrowser", mode "default"
bindsym i exec "firejail iceweasel-uxp", mode "default" bindsym i exec "firejail iceweasel-uxp", mode "default"
bindsym Shift+i exec "firejail --private iceweasel-uxp", mode "default" bindsym Shift+i exec "firejail --private iceweasel-uxp", mode "default"
bindsym d exec "firejail icedove-uxp", mode "default" bindsym d exec "firejail icedove-uxp", mode "default"