thinkpad config
This commit is contained in:
parent
c1c1bb5867
commit
581d6c55da
|
@ -17,8 +17,7 @@ client.background $bg
|
||||||
|
|
||||||
# Font for window titles. Will also be used by the bar unless a different font
|
# Font for window titles. Will also be used by the bar unless a different font
|
||||||
# is used in the bar {} block below.
|
# is used in the bar {} block below.
|
||||||
set $font Hack Nerd Font
|
font pango:sans 8
|
||||||
font pango:$font 8
|
|
||||||
|
|
||||||
set $ws1 "1"
|
set $ws1 "1"
|
||||||
set $ws2 "2"
|
set $ws2 "2"
|
||||||
|
@ -90,7 +89,7 @@ floating_modifier $mod
|
||||||
#focus_follows_mouse no
|
#focus_follows_mouse no
|
||||||
|
|
||||||
# Touchpad
|
# Touchpad
|
||||||
input "2:18:FocalTechPS/2_FocalTech_Touchpad" {
|
input "1739:0:Synaptics_TM3053-003" {
|
||||||
tap enabled
|
tap enabled
|
||||||
tap_button_map lrm
|
tap_button_map lrm
|
||||||
middle_emulation enabled
|
middle_emulation enabled
|
||||||
|
@ -99,13 +98,6 @@ input "2:18:FocalTechPS/2_FocalTech_Touchpad" {
|
||||||
drag enable
|
drag enable
|
||||||
}
|
}
|
||||||
|
|
||||||
# Touchscreen
|
|
||||||
input "1003:35393:Atmel" {
|
|
||||||
map_to_output eDP-1
|
|
||||||
tap enabled
|
|
||||||
drag enable
|
|
||||||
}
|
|
||||||
|
|
||||||
input "*" {
|
input "*" {
|
||||||
# Keyboard
|
# Keyboard
|
||||||
xkb_layout us
|
xkb_layout us
|
||||||
|
|
|
@ -2,7 +2,6 @@ image=~/.local/share/wallpaper
|
||||||
scaling=fill
|
scaling=fill
|
||||||
color=111111
|
color=111111
|
||||||
|
|
||||||
ignore-empty-password
|
|
||||||
disable-caps-lock-text
|
disable-caps-lock-text
|
||||||
line-uses-ring
|
line-uses-ring
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue