[config]: improve firejail
This commit is contained in:
parent
7e9698ce40
commit
0350b7fd6a
6
config
6
config
@ -299,9 +299,9 @@ 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 [i]ceweasel-uxp ice[d]ove-uxp
|
||||
mode "$mode_apps" {
|
||||
bindsym i exec "firejail --seccomp iceweasel-uxp", mode "default"
|
||||
bindsym i exec "firejail --seccomp --noroot --disable-mnt iceweasel-uxp", mode "default"
|
||||
bindsym Shift+i exec "firejail --seccomp --private iceweasel-uxp", mode "default"
|
||||
bindsym d exec "firejail --seccomp icedove-uxp", 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"
|
||||
# back to normal: Enter or Escape
|
||||
bindsym Return mode "default"
|
||||
@ -316,7 +316,7 @@ bindsym XF86AudioPlay exec playerctl play-pause
|
||||
bindsym XF86AudioStop exec playerctl stop
|
||||
|
||||
# IRC weechat
|
||||
bindsym $mod+Shift+w exec --no-startup-id termite --name=irc -e "firejail --seccomp weechat"
|
||||
bindsym $mod+Shift+w exec --no-startup-id termite --name=irc -e "firejail --seccomp --noroot --disable-mnt weechat"
|
||||
|
||||
# Colors
|
||||
client.focused #6C71C4 #6C71C4 #FDF6E3 #6C71C4
|
||||
|
Loading…
x
Reference in New Issue
Block a user