From 7c550d6123104cfbc71f05601715578b2157a175 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 9 Dec 2025 10:48:36 +0100 Subject: add fixed fonts --- .config/sway/config | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.config/sway') diff --git a/.config/sway/config b/.config/sway/config index bc06b48..6f34aa5 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,8 +1,8 @@ # xwayland disable # Setup sound -exec /usr/libexec/pipewire-launcher -exec dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway +# exec /usr/libexec/pipewire-launcher +# exec dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway input * { xkb_layout "fr" @@ -18,7 +18,7 @@ output * bg #103040 solid_color # output eDP-1 scale 1.25 -input "1739:52544:SYNA7DAB:00_06CB:CD40_Touchpad" { +input type:touchpad { tap enabled natural_scroll enabled } @@ -48,9 +48,11 @@ bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% && pk bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% && pkill -USR1 i3status +for_window [app_id="firefox"] floating enable for_window [app_id="google-chrome"] floating enable -for_window [class="firefox"] floating enable -for_window [class="thunderbird"] floating enable +for_window [app_id="pavucontrol-qt"] floating enable +for_window [app_id="signal"] floating enable +for_window [class="XEyes"] floating enable # change focus bindsym $mod+j focus left -- cgit v1.2.3