From bae7970cfc520d0203b03eeacc87d521a1b30651 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 20 Sep 2019 12:50:45 -0400 Subject: [PATCH] sway: disable mouse warping and use the right ctrl for win --- .config/sway/config | 2 ++ .config/sway/darrud | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index bea5259..10a0fef 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -77,6 +77,8 @@ mode "$mode_launch" { # mouse button for dragging. floating_modifier $mod normal + mouse_warping none + # reload the configuration file bindsym $mod+Shift+c reload diff --git a/.config/sway/darrud b/.config/sway/darrud index 90185c7..e1fc33c 100644 --- a/.config/sway/darrud +++ b/.config/sway/darrud @@ -15,5 +15,5 @@ input "1:1:AT_Translated_Set_2_keyboard" { repeat_delay 200 repeat_rate 45 xkb_layout us,ir - xkb_options ctrl:nocaps,altwin:swap_alt_win,ctrl:rctrl_ralt,grp:shifts_toggle + xkb_options ctrl:nocaps,ctrl:swap_rwin_rctl,grp:shifts_toggle } -- 2.20.1