Skip to content
Snippets Groups Projects
Verified Commit df22eeb1 authored by Andreas Gerlach's avatar Andreas Gerlach
Browse files

[sway] fix hotkey for windows selector

parent e3fdb3b6
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ Sway has up to ten different workspaces that can be freely arranged on the avail
## Focussing Windows
- open the window selector: **$mod** + **Ctrl** + **d**
- open the window selector: **$mod** + **Shift** + **d**
- focus another application window: **$mod** + **\<movement-key\>** (see [Basics](#Basics))
## Moving Windows
......
......@@ -11,7 +11,7 @@ bindsym $mod+Shift+q kill
## Launch // Application Launcher ##
bindsym $mod+d exec $menu
## Launch // Window Switcher ##
bindsym $mod+Ctrl+d exec $selwin
bindsym $mod+Shift+d exec $selwin
# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment