Added window selection hotkey
This commit is contained in:
parent
88a79f401c
commit
d96931c98a
1 changed files with 3 additions and 1 deletions
|
@ -250,7 +250,9 @@ bindsym $winkey+q kill
|
||||||
bindsym $winkey+Return exec alacritty
|
bindsym $winkey+Return exec alacritty
|
||||||
|
|
||||||
# Start application launcher
|
# Start application launcher
|
||||||
bindsym $alt+space exec alacritty --title 'FZF-Jump' -e ~/.scripts/fzf-jump/fzf-jump-launch.sh
|
bindsym $alt+space exec alacritty --title 'FZF-Jump' -e ~/.scripts/fzf-jump/launcher.sh
|
||||||
|
|
||||||
|
bindsym $alt+Tab exec alacritty --title 'FZF-Jump' -e ~/.scripts/fzf-jump/winselect.sh
|
||||||
|
|
||||||
# Brightness
|
# Brightness
|
||||||
bindsym --locked XF86MonBrightnessDown exec brightnessctl -e s 5%- && $notify -b
|
bindsym --locked XF86MonBrightnessDown exec brightnessctl -e s 5%- && $notify -b
|
||||||
|
|
Loading…
Reference in a new issue