switch to tofi
parent
fbc35a9a91
commit
fddc4b6aba
|
@ -17,7 +17,8 @@ set $right l
|
||||||
set $term foot
|
set $term foot
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: it's recommended that you pass the final command to sway
|
# Note: it's recommended that you pass the final command to sway
|
||||||
set $menu bemenu-run | xargs swaymsg exec --
|
#set $menu bemenu-run | xargs swaymsg exec --
|
||||||
|
set $menu tofi-run | xargs swaymsg exec --
|
||||||
#set $menu rofi -show run | xargs swaymsg exec --
|
#set $menu rofi -show run | xargs swaymsg exec --
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
anchor = top
|
anchor = top
|
||||||
width = 100%
|
width = 100%
|
||||||
height = 24
|
height = 22
|
||||||
horizontal = true
|
horizontal = true
|
||||||
font-size = 12
|
font-size = 12
|
||||||
prompt-text = " run: "
|
prompt-text = " run: "
|
||||||
font = monospace
|
font = "/usr/share/fonts/TTF/mononoki-Regular Nerd Font Complete Mono.ttf"
|
||||||
outline-width = 0
|
outline-width = 0
|
||||||
border-width = 0
|
border-width = 0
|
||||||
background-color = #000000
|
background-color = #000000
|
||||||
|
@ -14,3 +14,4 @@ padding-top = 0
|
||||||
padding-bottom = 0
|
padding-bottom = 0
|
||||||
padding-left = 0
|
padding-left = 0
|
||||||
padding-right = 0
|
padding-right = 0
|
||||||
|
num-results = 10
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit b63a03779e259a84ab84a247a9c8bd9bf662ad17
|
Subproject commit d875d8bb45c33d5aa5999863495d2f8fab2f57ac
|
Loading…
Reference in New Issue