From 23f6a24a95a54fd98e3786440ca5d11602f0c260 Mon Sep 17 00:00:00 2001 From: tdpeuter Date: Mon, 25 Apr 2022 22:56:06 +0200 Subject: [PATCH] Added wuzzel support --- config/sway | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/config/sway b/config/sway index 819bab2..316558c 100644 --- a/config/sway +++ b/config/sway @@ -36,8 +36,8 @@ exec swayidle -w \ # Set warm colours at night exec ~/.scripts/wlsunset.sh -exec nm-applet --indicator -exec blueman-applet +# exec nm-applet --indicator +# exec blueman-applet focus_follows_mouse no @@ -214,7 +214,10 @@ bindsym Control+q kill bindsym $winkey+Return exec alacritty # 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 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 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