From 28b02299c6134b8af9954c28ebf278628c8d5726 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Wed, 5 Jul 2023 19:48:40 +0100 Subject: thing --- .config/sway/config | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to '.config/sway/config') diff --git a/.config/sway/config b/.config/sway/config index ee51b71..37ce61e 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -8,7 +8,9 @@ set $right l set $term foot set $menu bemenu-run | xargs swaymsg exec -- -output * bg /home/rebecca/art/img/lagana.png stretch +# 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 input * { xkb_layout "gb,gb" @@ -16,6 +18,14 @@ input * { xkb_options "grp:shifts_toggle,caps:swapescape,compose:ralt" } +input type:touchpad { + dwt disabled + tap enabled + scroll_factor 0.8 + +} + + bindsym $mod+Return exec exec $term bindsym $mod+Shift+q kill bindsym $mod+d exec $menu @@ -136,8 +146,8 @@ bindsym XF86AudioRaiseVolume exec 'amixer set Master 5%+' bindsym XF86AudioLowerVolume exec 'amixer set Master 5%-' bindsym XF86AudioMute exec 'amixer set Master toggle' -bindsym XF86MonBrightnessUp exec 'brightnessctl --min-value=500 s +10%' -bindsym XF86MonBrightnessDown exec 'brightnessctl --min-value=500 s 10%-' +bindsym XF86MonBrightnessUp exec 'brightnessctl --min-value=75 s +5%' +bindsym XF86MonBrightnessDown exec 'brightnessctl --min-value=75 s 5%-' client.focused #663399 #663399 #ffffff -- cgit v1.2.3