added icedove-uxp and iceweasel-uxp
This commit is contained in:
parent
1de4d589b9
commit
432e82fc21
14
config
14
config
@ -292,6 +292,20 @@ mode "$mode_display_on_off" {
|
|||||||
}
|
}
|
||||||
bindsym $mod+p 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
|
#players global horkeys
|
||||||
bindsym XF86AudioPrev exec playerctl previous
|
bindsym XF86AudioPrev exec playerctl previous
|
||||||
bindsym XF86AudioNext exec playerctl next
|
bindsym XF86AudioNext exec playerctl next
|
||||||
|
Loading…
x
Reference in New Issue
Block a user