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/hibiki | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) (limited to '.config/sway/hibiki') diff --git a/.config/sway/hibiki b/.config/sway/hibiki index bd99c54..2918006 100644 --- a/.config/sway/hibiki +++ b/.config/sway/hibiki @@ -2,7 +2,6 @@ set $laptop eDP-1 set $desk "Dell Inc. DELL U2518D 3C4YP87AAK3L" -set $side "Samsung Electric Company SyncMaster H9XQ502424" output * scale 1 output * bg $HOME/.background fill @@ -11,26 +10,8 @@ font pango:Iosevka Sparkle 12 output * max_render_time 1 # for_window [app_id=Alacritty] max_render_time 2 -for_window [app_id=firefox] max_render_time 3 - -input "1:1:AT_Translated_Set_2_keyboard" { - xkb_options 'caps:hyper,lvl3:ralt_switch_multikey,grp:alt_space_toggle,eurosign:5' -} -set $trackpad "2:7:SynPS/2_Synaptics_TouchPad" -input $trackpad { - natural_scroll enabled - dwt enabled - tap enabled - click_method clickfinger - scroll_method two_finger - # pointer_accel 1 -} -input "2:10:TPPS/2_Elan_TrackPoint" { - dwt enabled - natural_scroll enabled -} - -seat * hide_cursor 2000 +# for_window [app_id=firefox] max_render_time 3 +# seat * hide_cursor 2000 bar { swaybar_command waybar @@ -47,5 +28,5 @@ exec swayidle -w \ before-sleep 'lock' \ lock lock -bindswitch --locked lid:on output $laptop disable -bindswitch --locked lid:off output $laptop enable +#bindswitch --locked lid:on output $laptop disable +#bindswitch --locked lid:off output $laptop enable -- cgit 1.4.1