From c2cc95fd8191474933efe2142ec73a8676658479 Mon Sep 17 00:00:00 2001 From: mitchell Date: Sun, 23 Aug 2026 18:58:46 -0400 Subject: [PATCH] feat(sway): add floating window shortcut --- README.md | 2 +- sway/dot-config/sway/config | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3494208..102fcad 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This repo contains my preferred configurations for: Installs various CLI utilities based on OS availability. Supports Arch, Debian, Fedora, and macOS (brew). I recommend quickly reading what you're getting. -### `install_arch` +### `archiso/install_arch` Dependencies diff --git a/sway/dot-config/sway/config b/sway/dot-config/sway/config index 83e45b5..ffbcb66 100644 --- a/sway/dot-config/sway/config +++ b/sway/dot-config/sway/config @@ -173,6 +173,7 @@ input type:pointer { # Toggle the current focus between tiling and floating mode bindsym $mod+Shift+space floating toggle; move position center + bindsym $mod+Control+space floating enable; move position center; resize set 65 ppt 100 ppt # Swap focus between the tiling area and the floating area bindsym $mod+Mod1+space focus mode_toggle