add ferdium with special parameters

This commit is contained in:
Simon Rieger 2023-05-05 14:05:44 +02:00
parent fae9615984
commit e399bdd19c

View file

@ -319,7 +319,8 @@ bindsym $mod+minus scratchpad show
# Press $mod+o followed by either f to launch firefox, # Press $mod+o followed by either f to launch firefox,
# Escape or Return to the default mode, respectively. # 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" bindsym $mod+o mode "$mode_launcher"
mode "$mode_launcher" { mode "$mode_launcher" {
@ -328,6 +329,7 @@ mode "$mode_launcher" {
bindsym p exec pavucontrol-qt, mode "default" bindsym p exec pavucontrol-qt, mode "default"
bindsym w exec wdisplays, mode "default" bindsym w exec wdisplays, mode "default"
bindsym m exec pcmanfm-qt, 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 Escape mode "default"
bindsym Return mode "default" bindsym Return mode "default"