Add a custom launcher based on fzf
This commit is contained in:
parent
ccb984b063
commit
54c262eca2
6 changed files with 84 additions and 10 deletions
|
@ -2,10 +2,10 @@
|
|||
LocationMode=filename-entry
|
||||
ShowHidden=false
|
||||
ShowSizeColumn=true
|
||||
GeometryX=0
|
||||
GeometryY=0
|
||||
GeometryWidth=640
|
||||
GeometryHeight=516
|
||||
GeometryX=282
|
||||
GeometryY=194
|
||||
GeometryWidth=876
|
||||
GeometryHeight=538
|
||||
SortColumn=name
|
||||
SortOrder=descending
|
||||
StartupMode=recent
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue