Skip to content

Commit

Permalink
A few more keybindings from special keys on MSFT keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
fortes committed Nov 10, 2023
1 parent 539bf83 commit a57cd70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stowed-files/sway/.config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ bindsym $mod+Shift+Return exec $browser
# Kill focused window
bindsym $mod+Shift+q kill

# Launcher with Mod-D
# Launcher with Mod-D / Special key
bindsym $mod+d exec $menu
bindsym XF86Tools exec $menu
# Window switcher with Alt-Tab / Mod-Shift-D
bindsym $mod+Shift+d exec wl-switch-windows
bindsym $mod+Tab exec wl-switch-windows
bindsym Alt+Tab exec wl-switch-windows
# Reload the configuration file with Mod-Shift-C
bindsym $mod+Shift+c reload
Expand Down

0 comments on commit a57cd70

Please sign in to comment.