diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/kak/kakrc | 1 | ||||
-rw-r--r-- | .config/sway/config | 16 |
2 files changed, 14 insertions, 3 deletions
diff --git a/.config/kak/kakrc b/.config/kak/kakrc index 52a8a45..caa0b7c 100644 --- a/.config/kak/kakrc +++ b/.config/kak/kakrc @@ -17,3 +17,4 @@ hook global WinSetOption filetype=python %{ map global user <c> ':comment-line<ret>' -docstring 'comment line' map global user <x> '<a-|>wl-copy<ret>' -docstring 'wl-copy' +add-highlighter global/longline column 70 ,rgb:333333 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 |