feat(sway): add binding to open a browser

This commit is contained in:
Oliver Davies 2023-06-04 16:28:33 +01:00
parent 89aa90aa34
commit ddc4e57109

View file

@ -22,6 +22,8 @@ set $term alacritty
# on the original workspace that the command was run on.
set $menu wofi --show run
set $browser firefox
### Output configuration
#
# Default wallpaper (more resolutions are available in /run/current-system/sw/share/backgrounds/sway/)
@ -88,6 +90,8 @@ exec swayidle -w \
# Start your launcher
bindsym $mod+d exec $menu
bindsym $mod+Shift+b exec $browser
# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
# Despite the name, also works for non-floating windows.