From 818b029c295457bf6fb087c33ca5ba289030b6be Mon Sep 17 00:00:00 2001 From: Daniel Meiburg Date: Tue, 26 Sep 2023 17:45:40 +0200 Subject: [PATCH] sway: switch from firefox-wayland to firefox --- .config/kanshi/config | 16 ++++------------ .config/sway/config | 2 +- 2 files changed, 5 insertions(+), 13 deletions(-) diff --git a/.config/kanshi/config b/.config/kanshi/config index 2acb95a..12c141a 100644 --- a/.config/kanshi/config +++ b/.config/kanshi/config @@ -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 +} diff --git a/.config/sway/config b/.config/sway/config index ee5a024..97b3d1e 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -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