replace ferdium with qutebrowser because electron is shit on wayland with screen recording
This commit is contained in:
parent
cc82a0c9fa
commit
58ebe90ba1
1 changed files with 2 additions and 3 deletions
|
@ -207,17 +207,16 @@ 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.
|
||||||
# https://github.com/ferdium/ferdium-app/issues/32
|
set $mode_launcher Launch: qute[b]rowser [f]irefox [t]hunderbird [p]avucontrol [w]displays file[m]anager
|
||||||
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" {
|
||||||
|
bindsym b exec qutebrowser, mode "default"
|
||||||
bindsym f exec firefox, mode "default"
|
bindsym f exec firefox, mode "default"
|
||||||
bindsym t exec thunderbird, mode "default"
|
bindsym t exec thunderbird, mode "default"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in a new issue