Added wuzzel support
This commit is contained in:
parent
e8d22b2cb4
commit
23f6a24a95
1 changed files with 7 additions and 4 deletions
11
config/sway
11
config/sway
|
@ -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
|
||||||
|
|
||||||
|
@ -214,7 +214,10 @@ bindsym Control+q kill
|
||||||
bindsym $winkey+Return exec alacritty
|
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
|
||||||
|
|
Loading…
Reference in a new issue