diff options
author | ubq323 <ubq323@ubq323.website> | 2023-07-05 19:48:40 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-07-05 19:48:40 +0100 |
commit | 28b02299c6134b8af9954c28ebf278628c8d5726 (patch) | |
tree | 89f9c1d2a50466f98f569ae1d1eca3a5e145b8e0 /.config/sway/config | |
parent | 76d6dc6bce328ce38e4800a43e44d2f91d18f7bf (diff) |
thing
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 |