feat(sway): add binding to open a browser
This commit is contained in:
parent
89aa90aa34
commit
ddc4e57109
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue