mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-08-31 14:49:37 +00:00
feat(sway): add floating window shortcut
This commit is contained in:
parent
70a2041378
commit
c2cc95fd81
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue