From f58bb95afe0b7732a284fc2dd5d12ae736c669f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 30 Jun 2019 23:09:11 -0500 Subject: [PATCH] remove not security abrowser --- config | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config b/config index 14745bb..0cef1b8 100644 --- a/config +++ b/config @@ -133,7 +133,7 @@ bindsym $mod+Shift+0 move container to workspace $workspace10 # Assign to programs 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=Emacs|Epdfview|Geany|Gucharmap|libreoffice*|Soffice] $workspace4 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. set $mode_apps Launch: Shift enable mode private apps [a]browser [i]ceweasel-uxp ice[d]ove-uxp 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 Shift+i exec "firejail --private iceweasel-uxp", mode "default" bindsym d exec "firejail icedove-uxp", mode "default"