sway: switch from firefox-wayland to firefox
This commit is contained in:
parent
cb8d0a0a44
commit
818b029c29
|
|
@ -1,20 +1,12 @@
|
|||
profile {
|
||||
output eDP-1 enable scale 2 position 0,0
|
||||
output "BNQ BenQ SW271 G1L02061SL0" mode 3840x2160@60Hz enable scale 2 position 1920,0
|
||||
#exec swaymsg output DP-5 enable scale 2 mode 3840x2160@60Hz
|
||||
# exec swaymsg workspace 1 output "BenQ Corporation BenQ SW271 G1L02061SL0"
|
||||
# exec swaymsg workspace 2 output "BenQ Corporation BenQ SW271 G1L02061SL0"
|
||||
# exec swaymsg workspace 3 output "BenQ Corporation BenQ SW271 G1L02061SL0"
|
||||
# exec swaymsg workspace 4 output "BenQ Corporation BenQ SW271 G1L02061SL0"
|
||||
# exec swaymsg workspace 5 output "BenQ Corporation BenQ SW271 G1L02061SL0"
|
||||
# exec swaymsg workspace 6 output "BenQ Corporation BenQ SW271 G1L02061SL0"
|
||||
#
|
||||
# exec swaymsg workspace 7 output eDP-1
|
||||
# exec swaymsg workspace 8 output eDP-1
|
||||
# exec swaymsg workspace 9 output eDP-1
|
||||
# exec swaymsg workspace 10 output eDP-1
|
||||
}
|
||||
|
||||
profile {
|
||||
output eDP-1 enable
|
||||
}
|
||||
|
||||
profile {
|
||||
output "BNQ BenQ SW271 G1L02061SL0" mode 3840x2160@60Hz enable scale 2 position 0,0
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ input type:keyboard {
|
|||
|
||||
### Key bindings
|
||||
bindsym $mod+Return exec $term
|
||||
bindsym $mod+Shift+b exec firefox-wayland
|
||||
bindsym $mod+Shift+b exec firefox
|
||||
bindsym $mod+Shift+m exec MOZ_ENABLE_WAYLAND=1 thunderbird
|
||||
bindsym $mod+Shift+p exec ~/bin/passmenu
|
||||
bindsym $mod+Shift+s exec doas shutdown -P now
|
||||
|
|
|
|||
Loading…
Reference in New Issue