Added some application shortcuts

Added shortcuts for firefox and file explorer (vifm)
This commit is contained in:
Tibo De Peuter 2022-06-26 11:44:41 +02:00
parent 18ed93fc16
commit 4301a4af0f

View file

@ -163,4 +163,9 @@ bindsym {
$alt+space exec $term --title 'FZF-Jump' -e $fzf/launcher.sh $alt+space exec $term --title 'FZF-Jump' -e $fzf/launcher.sh
# Window switcher # Window switcher
$alt+Tab exec $term --title 'FZF-Jump' -e $fzf/standalone.sh $fzf/modules/windows.sh $fzf/modules/workspaces.sh $alt+Tab exec $term --title 'FZF-Jump' -e $fzf/standalone.sh $fzf/modules/windows.sh $fzf/modules/workspaces.sh
# File explorer
$flag+e exec $term -e vifm
# Internet explorer
$flag+i exec firefox
} }