Added wuzzel support

This commit is contained in:
Tibo De Peuter 2022-04-25 22:56:06 +02:00
parent e8d22b2cb4
commit 23f6a24a95

View file

@ -36,8 +36,8 @@ exec swayidle -w \
# Set warm colours at night # Set warm colours at night
exec ~/.scripts/wlsunset.sh exec ~/.scripts/wlsunset.sh
exec nm-applet --indicator # exec nm-applet --indicator
exec blueman-applet # exec blueman-applet
focus_follows_mouse no focus_follows_mouse no
@ -215,6 +215,9 @@ bindsym $winkey+Return exec alacritty
# Start application launcher # Start application launcher
bindsym $alt+space exec $menu bindsym $alt+space exec $menu
# Start window selector based on fuzzel
# https://github.com/speersj/wuzzel
bindsym $alt+Shift+space exec /usr/bin/wuzzel/wuzzel -w 50 -l 10 -f monospace:size=9 -b 262626dd -t ffffffff -i Win11-black
# Brightness # Brightness
bindsym --locked XF86MonBrightnessDown exec brightnessctl -e s 5%- && $notify -b bindsym --locked XF86MonBrightnessDown exec brightnessctl -e s 5%- && $notify -b
@ -284,7 +287,7 @@ client.focused_inactive #000000 #222222 #888888 #484e50 #000000
client.unfocused #000000 #222222 #888888 #292d2e #000000 client.unfocused #000000 #222222 #888888 #292d2e #000000
exec gsettings set org.gnome.desktop.interface icon-theme 'Win11-black-dark' exec gsettings set org.gnome.desktop.interface icon-theme 'Win11-black-dark'
exec gsettings set org.gnome.desktop.interface gtk-theme 'Dracula' exec gsettings set org.gnome.desktop.interface gtk-theme 'Nordic'
# ===================== # =====================
# Window configurations # Window configurations