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