From 57ca1a9ad8a4ba53d78d4f8dc853d820f894f180 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 25 May 2020 17:34:59 +0200 Subject: sway: cleanup input config --- .config/sway/config | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to '.config/sway/config') diff --git a/.config/sway/config b/.config/sway/config index 97424b1..2d09d97 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -31,20 +31,6 @@ set $wsGame g # gaps inner 5 show_marks yes -# default keyboard -input * { - xkb_layout us - xkb_variant mac - xkb_options 'caps:hyper,lvl3:ralt_switch_multikey' - repeat_rate 70 -} - -# default pointer -input * { - accel_profile adaptive -} - -# TODO include input.conf include binds.conf include auto.conf @@ -67,5 +53,5 @@ client.unfocused $bg2 $bg $text2 $indicator2 $bg client.urgent $urgent2 $urgent $text $indicator $urgent # }}} -include config.d/* +# include config.d/* include "`uname -n`" -- cgit 1.4.1