Add a custom launcher based on fzf

This commit is contained in:
Yorick Barbanneau 2019-09-07 01:04:15 +02:00
parent ccb984b063
commit 54c262eca2
6 changed files with 84 additions and 10 deletions

View file

@ -1,3 +1,4 @@
set $term termite
output * bg ~/Documents/ressources/wallpapers/building_cyberpunk.jpg fill
set $menu exec $term --name=launcher -e launcher.sh
output * bg ~/Documents/ressources/wallpapers/building_cyberpunk.jpg fill

View file

@ -3,7 +3,7 @@ set $left h
set $down j
set $up k
set $right l
set $menu rofi -location 0 -show combi ~/.config/i3/rofi.config
gaps inner 5
@ -60,6 +60,8 @@ assign [app_id="^firefox$"] $ws3
assign [class="keepassxc"] $ws3
assign [app_id="org.remmina.*"] $ws5
for_window [app_id="^launcher$"] floating enable, border none<Paste>
# switch to workspace
bindsym $mod+1 workspace $ws1
bindsym $mod+2 workspace $ws2