aboutsummaryrefslogtreecommitdiff
path: root/Common/sway/config
diff options
context:
space:
mode:
authorjakob.stendahl <jakob.stendahl@infomedia.dk>2023-06-09 08:18:36 +0200
committerjakob.stendahl <jakob.stendahl@infomedia.dk>2023-06-09 08:18:36 +0200
commitd5377880fa767bff124ffe2d5d6530f4d554a0fe (patch)
tree70b8e2afc534729366380d686ddcf2b783d8128f /Common/sway/config
parentbb5818068337cc3e5f985123e61030298469368b (diff)
downloaddotfiles-d5377880fa767bff124ffe2d5d6530f4d554a0fe.tar.gz
dotfiles-d5377880fa767bff124ffe2d5d6530f4d554a0fe.zip
Add small configs
Diffstat (limited to 'Common/sway/config')
-rw-r--r--Common/sway/config5
1 files changed, 2 insertions, 3 deletions
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 ###############