diff options
Diffstat (limited to '.config/sway')
-rw-r--r-- | .config/sway/config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 37ce61e..1adb4e9 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -10,7 +10,7 @@ set $menu bemenu-run | xargs swaymsg exec -- # output * bg /home/rebecca/art/img/lagana.png stretch # output * bg /home/rebecca/med/misc/computer.png stretch -output * bg /home/rebecca/art/img/euler_computer.png stretch +output * bg /home/rebecca/med/misc/goo.jpg stretch input * { xkb_layout "gb,gb" @@ -25,6 +25,8 @@ input type:touchpad { } +exec pipewire +exec wireplumber bindsym $mod+Return exec exec $term bindsym $mod+Shift+q kill |