From d5377880fa767bff124ffe2d5d6530f4d554a0fe Mon Sep 17 00:00:00 2001 From: "jakob.stendahl" Date: Fri, 9 Jun 2023 08:18:36 +0200 Subject: Add small configs --- Common/sway/config | 5 ++--- Common/sway/keyboard | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'Common/sway') diff --git a/Common/sway/config b/Common/sway/config index 31aed6a..c5c59b9 100644 --- a/Common/sway/config +++ b/Common/sway/config @@ -57,7 +57,6 @@ bindswitch lid:off output $laptop enable # kill focused window bindsym $Mod+Shift+q kill -bindsym Mod1+q kill bindsym Mod1+F4 kill # core applications @@ -103,8 +102,8 @@ bindsym $Mod+Shift+c reload bindsym $Mod+Shift+Return exec /home/jakob/.local/bin/tt-g # Keyboard layout -bindsym $Mod+Shift+F1 exec "swaymsg input 1:1:AT_Translated_Set_2_keyboard xkb_layout no" -bindsym $Mod+Shift+F2 exec "swaymsg input 1:1:AT_Translated_Set_2_keyboard xkb_layout us" +bindsym $Mod+Shift+Space input "1:1:AT_Translated_Set_2_keyboard" xkb_switch_layout next + ########### Workspace Bindings ############### diff --git a/Common/sway/keyboard b/Common/sway/keyboard index 935ef70..6b2c442 100644 --- a/Common/sway/keyboard +++ b/Common/sway/keyboard @@ -1,5 +1,5 @@ input "type:keyboard" { - xkb_layout us + xkb_layout us,no repeat_delay 300 repeat_rate 40 xkb_capslock disabled -- cgit v1.2.3