浏览代码

Update config

Georg Ratschiller 1 年之前
父节点
当前提交
c07f3c4d73
共有 1 个文件被更改,包括 6 次插入8 次删除
  1. 6 8
      devuan_setup/config/sway/config

+ 6 - 8
devuan_setup/config/sway/config

@@ -120,17 +120,15 @@ mode "resize" {
 		bindsym Escape mode "default"
 }
 
-#device specifig config
-input 1:1:AT_Translated_Set_2_keyboard {
-	xkb_options caps:escape
-	xkb_numlock enable
-	xkb_layout de
-}
-
-input 1267:12299:ELAN0501:00_04F3:300B_Touchpad {
+#dwt = disable while typing
+input * {
 	tap enabled
 	natural_scroll disabled
 	dwt disabled
+
+	xkb_options caps:escape
+	xkb_numlock enable
+	xkb_layout de
 }
 
 bindsym $Mod+r mode "resize"