add ferdium with special parameters
This commit is contained in:
parent
fae9615984
commit
e399bdd19c
1 changed files with 3 additions and 1 deletions
|
@ -319,7 +319,8 @@ bindsym $mod+minus scratchpad show
|
|||
|
||||
# Press $mod+o followed by either f to launch firefox,
|
||||
# Escape or Return to the default mode, respectively.
|
||||
set $mode_launcher Launch: [f]irefox [t]hunderbird [p]avucontrol [w]displays file[m]anager
|
||||
# https://github.com/ferdium/ferdium-app/issues/32
|
||||
set $mode_launcher Launch: [f]irefox [t]hunderbird [p]avucontrol [w]displays file[m]anager f[e]rdium
|
||||
bindsym $mod+o mode "$mode_launcher"
|
||||
|
||||
mode "$mode_launcher" {
|
||||
|
@ -328,6 +329,7 @@ mode "$mode_launcher" {
|
|||
bindsym p exec pavucontrol-qt, mode "default"
|
||||
bindsym w exec wdisplays, mode "default"
|
||||
bindsym m exec pcmanfm-qt, mode "default"
|
||||
bindsym e exec ferdium --ozone-platform=wayland --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer, mode "default"
|
||||
|
||||
bindsym Escape mode "default"
|
||||
bindsym Return mode "default"
|
||||
|
|
Loading…
Reference in a new issue