diff options
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config | 12 |
1 files changed, 7 insertions, 5 deletions
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 |
