This commit is contained in:
Tibo De Peuter 2022-05-02 11:34:20 +02:00
parent 6460a9be15
commit 3b5e01ad4e

View file

@ -38,7 +38,6 @@ focus_follows_mouse no
set $alt Mod1 set $alt Mod1
set $winkey Mod4 set $winkey Mod4
set $term alacritty set $term alacritty
set $menu swaymsg exec "fuzzel -T 'alacritty -e' -w 50 -l 10 -f monospace:size=9 -b 262626dd -t ffffffff -i Win11-black"
set $notify exec "/home/tdpeuter/.scripts/notify.sh" set $notify exec "/home/tdpeuter/.scripts/notify.sh"
# ================ # ================
@ -83,6 +82,7 @@ bindsym $winkey+b focus mode_toggle
bindsym $winkey+f floating enable, border normal 2 bindsym $winkey+f floating enable, border normal 2
bindsym $winkey+Shift+f floating disable, border pixel 2 bindsym $winkey+Shift+f floating disable, border pixel 2
bindsym $winkey+Next move scratchpad bindsym $winkey+Next move scratchpad
bindsym $winkey+Prior scratchpad show bindsym $winkey+Prior scratchpad show
@ -203,10 +203,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 "fuzzel -T 'alacritty -e' -w 50 -l 10 -f monospace:size=9 -b 262626dd -t ffffffff -i Win11-black"
# Start window selector based on fuzzel # Start window selector based on fuzzel
# https://github.com/speersj/wuzzel # 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 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