···1818# Your preferred application launcher
1919# Note: pass the final command to swaymsg so that the resulting window can be opened
2020# on the original workspace that the command was run on.
2121-set $menu dmenu_path | dmenu | xargs swaymsg exec --
2121+# set $menu dmenu_path | dmenu | xargs swaymsg exec --
2222+set $launcher dmenu_path | fzf | xargs swaymsg exec --
22232324### Output configuration
2425#
2526# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
2626-output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
2727+output * bg /home/j3s/Pictures/wallpapers/widelain.jpg fill
2728#
2829# Example configuration:
2930#
···7576 bindsym $mod+Shift+q kill
76777778 # Start your launcher
7878- bindsym $mod+d exec $menu
7979+ # bindsym $mod+d exec $menu
8080+ bindsym $mod+d exec alacritty --dimensions 64 16 --title 'launcher' -e sh -c \'$launcher\'
8181+ for_window [title="^launcher$"] floating enable, border pixel
79828083 # Drag floating windows by holding down $mod and left mouse button.
8184 # Resize them with right mouse button + $mod.
···153156 # bindsym $mod+s layout stacking
154157 # bindsym $mod+w layout tabbed
155158 # bindsym $mod+e layout toggle split
159159+ default_border pixel
156160157161 # Make the current focus fullscreen
158162 bindsym $mod+f fullscreen