added icedove-uxp and iceweasel-uxp

This commit is contained in:
Jesús 2019-04-25 21:37:16 -05:00
parent 1de4d589b9
commit 432e82fc21
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

14
config
View File

@ -292,6 +292,20 @@ mode "$mode_display_on_off" {
}
bindsym $mod+p mode "$mode_display_on_off"
# Press $mod+o followed by either i, d, Escape or Return to launch Iceweasel-UXP,
# Icedove-UXP or return to the default mode, respectively.
set $mode_apps Launch: Shift enable mode private app [i]ceweasel-uxp ice[d]ove-uxp
mode "$mode_apps" {
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"
bindsym Shift+d exec "firejail --private icedove-uxp", mode "default"
# back to normal: Enter or Escape
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+o mode "$mode_apps"
#players global horkeys
bindsym XF86AudioPrev exec playerctl previous
bindsym XF86AudioNext exec playerctl next