summaryrefslogtreecommitdiff
path: root/.config/sway/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/config')
-rw-r--r--.config/sway/config13
1 files changed, 7 insertions, 6 deletions
diff --git a/.config/sway/config b/.config/sway/config
index f9b4c5d6..857f14da 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -91,12 +91,6 @@ mode "C-i-" {
# change focus between tiling / floating windows
bindsym Tab focus mode_toggle, mode "default"
- # focus the parent container
- bindsym u focus parent, mode "default"
-
- # focus the child container
- bindsym d focus child, mode "default"
-
# # when screen is divided into two containers where at least one might
# # have several tabs, as I usually have it, this works well to go back
# # and forth
@@ -172,6 +166,13 @@ mode "C-i-" {
~/src/dotfiles/scripts/desktop/i3status-wrapper-msg \
fresh-workspace take, mode "default"
+ bindsym comma exec \
+ ~/src/dotfiles/scripts/desktop/i3status-wrapper-msg \
+ absorb_expel left, mode "default"
+ bindsym period exec \
+ ~/src/dotfiles/scripts/desktop/i3status-wrapper-msg \
+ absorb_expel right, mode "default"
+
# reload the configuration file
bindsym Ctrl+Mod1+c reload, mode "default"
# exit i3 (logs you out of your X session)